-
- Downloads
Implement vector state representation in game environment
The game environment now supports vectorized states for reinforcement learning agents. This includes updates on various classes such as OrderManager, Counter, and Player. Several new utility functions are added to facilitate the conversion of the game state to vector form. The new vector state includes players, counters, orders, and game status.
Showing
- overcooked_simulator/game_server.py 7 additions, 0 deletionsovercooked_simulator/game_server.py
- overcooked_simulator/gym_env.py 53 additions, 47 deletionsovercooked_simulator/gym_env.py
- overcooked_simulator/overcooked_environment.py 259 additions, 8 deletionsovercooked_simulator/overcooked_environment.py
- overcooked_simulator/utils.py 40 additions, 0 deletionsovercooked_simulator/utils.py
Loading
Please register or sign in to comment