gym env backward compatibility due to gym 0.9.6 breaking changes
This commit is contained in:
@@ -47,7 +47,7 @@ def main():
|
||||
print(obs)
|
||||
episode_rew = 0
|
||||
while not done:
|
||||
env.render()
|
||||
env.render(mode='human')
|
||||
act = policy.sample_action(obs, .1)
|
||||
print("Action")
|
||||
print(act)
|
||||
|
||||
Reference in New Issue
Block a user