Utkarsh Mishra
Utkarsh Mishra
@zkingston Hi I am facing the same issue on Ubuntu 20.04 and Python 3.8. How should I proceed?
Hi is this problem solved for Ubuntu 20.04 and pygccxml version 2.2.1?
Thanks for the stable-baselines3 info. But my question was not about why it's slow. DDPG with MPI creates multiple instances running separately and saving weights individually unlike PPO2 with multiprocessing...
Thanks for all the answers and the suggestions. I will try TD3 but that comes without MPI I suppose. I am in dire need of multiprocessing and cannot use PPO...
I have created the files mentioned above and have started testing the environment file. However, I get the rosmaster error: `[ERROR] [1615899275.259326]: Unable to immediately register with master node [http://localhost:11311]:...
Hi I forgot to mention that all f1rl brain is giving the same error. The simulation world is not starting but Behavior studio window opens up. Yes, my structure is...
Hi Sergio I made the changes as a task list. I saw that all the DL-RL codes are currently built in tf-v2.4 and my implementation is in tf-v1.15 (My bad!)....
Hi @sergiopaniego Issue #159 is correct and it is because of the incompatibility of Keras with python 3.7. Based on resources: > As of now (May 2019), Keras is NOT...
Hi! Yes, definitely, you are right. I am copy-pasting codes for the functions that are giving errors, but the interesting thing is if you change the version pair for Tensorflow...
Hi Sergio I am still resolving the issues with Keras, however, the environments can be used with any RL algorithm. Also, I updated this PR with Behavior Metrics changes. I...