google-deepmind / acme

A library of reinforcement learning components and agents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gymnasium

balloch opened this issue · comments

Are there any current efforts/ roadmap items/ interest in moving acme and/or dm2gym to Farama Foundation Gymnasium?

acme uses the dm_env interface, but if you want to work with Gymnasium environment you can use the Gymnasium wrapper in https://github.com/kevinzakka/dm_env_wrappers that I contributed a while ago.