mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
Merge branch 'master' into imports
This commit is contained in:
@@ -137,7 +137,7 @@ class DoomEnvironmentWrapper(ew.EnvironmentWrapper):
|
||||
# extract all data from the current state
|
||||
state = self.game.get_state()
|
||||
if state is not None and state.screen_buffer is not None:
|
||||
self.observation = {
|
||||
self.state = {
|
||||
'observation': state.screen_buffer,
|
||||
'measurements': state.game_variables,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user