Mava
Mava copied to clipboard
Usage documentation is incorrect
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.
I've managed to run some example, located at https://github.com/instadeepai/Mava/tree/develop/examples/tf/debugging/simple_spread/feedforward/centralised
.
@jdtotow : Thank you, can you share which of the 3 files worked for you?
I tested only run_mddpg.py and works successfully. However i'm having difficulty to retrieve the "executor" for interacting with the environment
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.