baselines icon indicating copy to clipboard operation
baselines copied to clipboard

What is num_timesteps mean?

Open db005 opened this issue 5 years ago • 0 comments

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.

db005 avatar Aug 25 '20 01:08 db005