geek-ai / MAgent

A Platform for Many-Agent Reinforcement Learning
MIT License
1.68k stars 332 forks source link

How do I render ? #19

Closed arbaazkhan2 closed 5 years ago

arbaazkhan2 commented 6 years ago

env.render() doesn't do anything. Am I missing something?

Kipsora commented 6 years ago

Different from OpenAI gym, env.render() is just used to generate video files. To see the video in the render, please refer to the docs here.

navuboy commented 6 years ago

ModuleNotFoundError: No module named 'magent'

no module named 'magent' how do i fix this?

Kipsora commented 6 years ago

@nav74neet Please reopen another issue due to no explicit relation to the topic of this issue.

KornbergFresnel commented 5 years ago

@nav74neet Hi, you can get instruction from: https://github.com/geek-ai/MAgent/issues/29