Farama Gymnasium
If you're using Farama Gymnasium we will automatically log videos of your environment generated by gymnasium.wrappers.Monitor
. Just set the monitor_gym
keyword argument to wandb.init
to True
.
Our gymnasium integration is very light. We simply look at the name of the video file being logged from gymnasium
and name it after that or fall back to "videos"
if we don't find a match. If you want more control, you can always just manually log a video.
Check out this report to learn more on how to use Gymnasium with the CleanRL library.