facebookresearch / BenchMARL

A collection of MARL benchmarks based on TorchRL
https://benchmarl.readthedocs.io/
MIT License
191 stars 23 forks source link

make video for evaluation #104

Closed majid5776 closed 1 week ago

majid5776 commented 1 week ago

hello. refer to this link https://github.com/pytorch/rl/tree/main/sota-implementations/multiagent when you write this script python mappo_ippo.py --m env.scenario_name=navigation wandb automatically make a video from your training. how can I change configuration in benchmarl to make video like this one? thank you

matteobettini commented 1 week ago

Benchmarl automatically makes a video.

In particular you might want to set these parameters https://github.com/facebookresearch/BenchMARL/blob/a9309159d6d46d099bd3d395ef1c80a5227b007e/benchmarl/conf/experiment/base_experiment.yaml#L78-L80 and logges=[wandb]

armansouri9 commented 1 week ago

Benchmarl automatically makes a video.

In particular you might want to set these parameters

https://github.com/facebookresearch/BenchMARL/blob/a9309159d6d46d099bd3d395ef1c80a5227b007e/benchmarl/conf/experiment/base_experiment.yaml#L78-L80

and logges=[wandb]

Hello, good day. I made the changes, but the video is not being created during execution. Please advise. Thank you.