Closed ShirelJosef closed 2 years ago
The development version of highway-env (this git repository) uses the latest gym version, gym>=0.26. Previous releases are compatible with previous versions of gym, gym<=0.25
I think the tree-search abstract class in the Master branch has not been made compatible. rl_agents/agents/tree_search/abstract.py#L159-L162
Good point, just updated rl-agents to follow gym>-0.26 interface as well.
Hey Gym api changed recently What are the recommended gym and highway versions? Thanks