shariqiqbal2810 / MAAC

Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019
MIT License
645 stars 169 forks source link

How to visualize the result? #4

Closed sanshibayuan closed 5 years ago

sanshibayuan commented 5 years ago

Hi, I am wondering whether you have a result of the visualization so that the effectiveness of the algorithm on the two new envs can be seen directly? I noticed that in baselines,common.vec_env, the VecEnv class has not defined the Render function, is there any idea I can do the visualization? Thank you so much!

shariqiqbal2810 commented 5 years ago

Hi! You should be able to use the unwrapped base environment to render and evaluate. VecEnv is just used for parallelization for faster training.