k4ntz / OC_Atari

Object Centric Atari games
MIT License
45 stars 8 forks source link

general feature improvements #9

Closed Chri-sly closed 1 year ago

Chri-sly commented 1 year ago

Added asterix Improvements to Kangaroo, Bowling, Breakout, Carnival

sebawastaken commented 1 year ago

looks good, but we still need a way of retreiving all possible objects in an env, after init. possible ways of implementation:

  1. static env.object_space
  2. always up to date env._all_objects including all visible and invisible objects
  3. initial state of env.objects contains all possible objects
  4. open for discussion
k4ntz commented 1 year ago

Tennis is merged, test_game is added