berkeleydeeprlcourse / homework

Assignments for CS294-112.
MIT License
1.57k stars 1.04k forks source link

`gym.benchmark_spec` no longer valid #18

Closed smdsbz closed 6 years ago

smdsbz commented 6 years ago

Got AttributeError: module 'gym' has no attribute 'benchmark_spec' thrown from this line.

gym no longer have this experimental feature, manually setting env = gym.make(game_name) and max_timestep as mentioned from here as workaround.

rddy commented 6 years ago

Thanks for pointing this out. We'll fix it in the Fall 2018 version of HW3.