Closed sai-aneesh closed 2 years ago
Can you try installing requirements now again? This commit should fix it c6001da . We haven't refactor the code in this repo for the newest features of PyElastica because of that it was giving error.
Thanks for your quick reply! It works now. In addition to that, I had to add just a few more specifications in the requirements.txt file. Adding them here, in case anyone else faces an issue.
pyelastica == 0.1.0.post5
stable-baselines
tensorflow==1.15
protobuf==3.20.*
mpi4py
gym==0.19.0
Hi all,
I was excited to explore this repo for my research. I was trying to run the case 1 with this command.
python3 logging_bio_args.py --algo_name TRPO --total_timesteps 1E6 --SEED 0 --timesteps_per_batch 2048
However, I was getting this error in the set_environment.py file.Kindly help me out with this error.