Excellent work
python ppo.py --env_id="PickCube-v1" --evaluate --checkpoint=./runs/PickCube-v1__ppo__1__1765370681/final_ckpt.pt --num_eval_envs=1 --num-eval-steps=1000
I got a lot of video files, I wonder if it is possible to use render for real-time visualization in addition to video rendering when evaluating. For example, env.render() method.