GazzolaLab / Elastica-RL-control

Code for the cases presented in the paper "Elastica: A compliant mechanics environment for soft robotic control"
MIT License
26 stars 9 forks source link

I run %run policy_training_script.py and It stops after these msgs #2

Open LEESHOHYUN opened 3 years ago

LEESHOHYUN commented 3 years ago

... python3 logging_bio_args.py --total_timesteps=10000000.0 --SEED=4 --timesteps_per_batch=4000 --algo=TRPO python3 logging_bio_args.py --total_timesteps=10000000.0 --SEED=4 --timesteps_per_batch=8000 --algo=TRPO python3 logging_bio_args.py --total_timesteps=10000000.0 --SEED=4 --timesteps_per_batch=16000 --algo=TRPO python3 logging_bio_args.py --total_timesteps=10000000.0 --SEED=4 --timesteps_per_batch=32000 --algo=TRPO python3 logging_bio_args.py --total_timesteps=10000000.0 --SEED=4 --timesteps_per_batch=64000 --algo=TRPO python3 logging_bio_args.py --total_timesteps=10000000.0 --SEED=4 --timesteps_per_batch=128000 --algo=TRPO ​ may I ask how can I running policy_training_script??

LEESHOHYUN commented 3 years ago

and also, if name == 'main': freeze~ problem occurs with this running.