vwxyzjn / cleanrl

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
http://docs.cleanrl.dev
Other
5.41k stars 616 forks source link

Fail to record video #384

Closed yxdydgithub closed 10 months ago

yxdydgithub commented 1 year ago

command: python3 cleanrl/rpo_continuous_action.py --env-id Humanoid-v4 --track --wandb-project-name rpotest --capture-video Video size is so small except first. Screenshot from 2023-05-08 20-11-11

itstyren commented 1 year ago

A similar issue has been brought to the attention of the Gymnasium. A temporary solution has been suggested and can be found here.

vwxyzjn commented 10 months ago

Should be fixed in the master now.

herbat commented 9 months ago

I'm still having this issue on master. Fix mentioned here worked.