alirezakazemipour/DDPG-HER

Some problems while running your code

Closed this issue · 2 comments

Excuse me, I ran your code, but after 30 epochs, the success_rate still 0, is there anything in the code needs modify?
Thanks

You need to run it by "MPI". Do you consider it or not?
I have forgotten to update the Readme.md to mention how to run the code which is:
mpirun -np number_of_your_cpu_cores python3 -u main.py
If your machine for example has 8 cores, it would be like this:
mpirun -np 8 python3 -u main.py

Thank you very much for your patience