robosumo icon indicating copy to clipboard operation
robosumo copied to clipboard

Code for the paper "Continuous Adaptation via Meta-Learning in Nonstationary and Competitive Environments"

Results 5 robosumo issues
Sort by recently updated
recently updated
newest added

Hi, Since this repo has been developed years ago and in an Archive status, it seems to be incompatible with the newest gym. I tested this repo with gym==0.16 and...

https://github.com/openai/robosumo/blob/1862397b43990b663ea236cd77a56d0dd41c9f09/robosumo/envs/agents.py#L210 Hi, When I read the paper, I found following text describing the observation of the agent to be > During the game, each agent observes positions of itself and...

First of all, I don't really know Python, so apologies if there's a better way of doing this. Inspecting the render method in the call being modified by this PR...

I could not find any adaptation step at the execution time as explained in the paper in algorithm 2 on page 4.

Are the algorithms described in paper also included in the repo? Many thanks, Best Andrew