baselines
baselines copied to clipboard
What is num_timesteps mean?
I cloned tf2 and try to run this: python -m baselines.run --alg=ppo2 --env=Pendulum-v0 --num_timesteps=2 --save_path=./models/pen_20M_ppo2 --log_path=./logs/Pen/ --play but it runned and not stop.