Skip to content

Commit

Permalink
Pass render mode through MarkovVectorEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
efosong committed Nov 13, 2023
1 parent b1fa94e commit 3a8ab46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supersuit/vector/markov_vector_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def __init__(self, par_env, black_death=False):
"""
self.par_env = par_env
self.metadata = par_env.metadata
self.render_mode = par_env.render_mode
self.observation_space = par_env.observation_space(par_env.possible_agents[0])
self.action_space = par_env.action_space(par_env.possible_agents[0])
assert all(
Expand Down

0 comments on commit 3a8ab46

Please sign in to comment.