eleurent / rl-agents

Implementations of Reinforcement Learning and Planning algorithms
MIT License
553 stars 149 forks source link

Recommended gym and highway-env versions #88

Closed ShirelJosef closed 1 year ago

ShirelJosef commented 1 year ago

Hey Gym api changed recently What are the recommended gym and highway versions? Thanks

eleurent commented 1 year 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

tvidano commented 1 year ago

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

eleurent commented 1 year ago

Good point, just updated rl-agents to follow gym>-0.26 interface as well.