Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Forgetting Learning" using SAC in a Drone environment on PyRep #93

Open
kaelgabriel opened this issue Jan 17, 2020 · 2 comments
Open

Comments

@kaelgabriel
Copy link

Hi guys, I'm using a drone environment that a friend of mine made using V-REP (and know we are using PyRep).

We got it to converge using Tensorforce PPO and also RL-ADVENTURE2 SAC. I could not make it work on "softlearning" because of the way PyRep uses process/threads.

So it seems to me that the env is legit.

Anyways, when I use RLKIT, even tweaking hyperparameters, things like this happen:

image

Anyone ever saw this happening?

Thanks for your time.

@kaelgabriel kaelgabriel changed the title "Forgetting Learning" using SAC in a Drone's environment on PyRep "Forgetting Learning" using SAC in a Drone environment on PyRep Jan 17, 2020
@vitchyr
Copy link
Collaborator

vitchyr commented Jan 21, 2020

Hmm it's hard to say. What hyperparameters are you tuning? And are you using the same hyperparameters as in RL-ADVENTURE2?

@kaelgabriel
Copy link
Author

@vitchyr, thanks for your answer.

I've figured it out now that is a GPU problem. My tensors in GPU and CPU are different, even casting all to float64 (changing some parts of the library).

So I will have to use CPU for this problem, since I don't have time to continue debugging.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants