eugenevinitsky / sequential_social_dilemma_games

Repo for reproduction of sequential social dilemmas
MIT License
387 stars 132 forks source link

Bug in conflict resolution in test_env #94

Closed eugenevinitsky closed 5 years ago

eugenevinitsky commented 5 years ago

The test with the comment:

test that agents can walk into other agents if moves are de-conflicting

this only occurs stochastically so try it 50 times

in test_env.py is passing most of the time, but is actually failing stochastically. Reasons TBD.