Mava icon indicating copy to clipboard operation
Mava copied to clipboard

Usage documentation is incorrect

Open cool-RR opened this issue 2 years ago • 4 comments

I'm a first-time Mava user. I'm trying to figure out how to use it. In the docs homepage there's a "Usage" section with a code snippet. I'm trying to run this code snippet, but it fails because it's trying to import a local module called helpers, which isn't provided.

cool-RR avatar Jun 12 '22 13:06 cool-RR

I've managed to run some example, located at https://github.com/instadeepai/Mava/tree/develop/examples/tf/debugging/simple_spread/feedforward/centralised.

jdtotow avatar Jun 12 '22 20:06 jdtotow

@jdtotow : Thank you, can you share which of the 3 files worked for you?

cool-RR avatar Jun 13 '22 14:06 cool-RR

I tested only run_mddpg.py and works successfully. However i'm having difficulty to retrieve the "executor" for interacting with the environment

jdtotow avatar Jun 13 '22 16:06 jdtotow

Hi @cool-RR. Thanks for catching this! The best place to find examples of Mava running on different examples is in Mava/examples/. Unfortunately the documentation you're referring to is no longer correct: we will update it.

mmorris44 avatar Jun 20 '22 14:06 mmorris44