You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Anyone ever saw this happening?
Thanks for your time.
The text was updated successfully, but these errors were encountered:
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
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.
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:
Anyone ever saw this happening?
Thanks for your time.
The text was updated successfully, but these errors were encountered: