Skip to content

Commit

Permalink
quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kywch committed Mar 28, 2024
1 parent 7322f5f commit 02fb486
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file.
1 change: 0 additions & 1 deletion reinforcement_learning/stat_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def observation(self, agent_id, agent_obs):
"""Called before observations are returned from the environment
Use this to define custom featurizers. Changing the space itself requires you to
define the observation space again (i.e. Gym.spaces.Dict(gym.spaces....))"""
# NOTE: nmmo minigame obs is mapping proxy, which doesn't work with pufferlib flatten
return agent_obs

def action(self, agent_id, agent_atn):
Expand Down

0 comments on commit 02fb486

Please sign in to comment.