multi-agent-emergence-environments
multi-agent-emergence-environments copied to clipboard
Environment generation code for the paper "Emergent Tool Use From Multi-Agent Autocurricula"
Hello, everyone! If you are interested in developing your own projects with the multi-agent-emergence-environments by OpenAI but is having a hard time wrapping your head around the existing code (like...
Finally, after installed all the related package and applying the license, Segmentation error shows up. Does anybody know about the memory requirement of running this project? My current memory is...
ma_policy/graph_construct.py specifies that file mas/ppo/base-architectures.jsonnet contains example architectures, to the best of my ability I can't find that file in the repository.
I want to see the latest leaderboard on this Env. Could someone guide me how to ?
In the line 27 of the function's comment of ma_policy.graph_construct.construct_tf_graph, I suppose it should be "Each layer spec has optional arguments: nodes_in and nodes_out" instead of "Each layer spec has...
OPENAI....NOT!! Low life organization..
Whenever I try to run the environments such as base or hide_and_seek through the bin/examine.py hide_and_seek or base commands I receive this error: ``` Inferred: names: hide_and_seek.py arguments: {} Traceback...
raise Exception(f'Could not find environment based on pattern {env_name}')
Hi, thanks for releasing your whole project, I read the paper and I am quite interested in how you train your model, especially details on training buffer, however I didn't...