RobertTLange / gymnax

RL Environments in JAX 🌍
Apache License 2.0
577 stars 54 forks source link

Gymnax 0.0.6 requires gym>=0.26, but Visualizer asserts gym==0.19.0 #57

Open keraJLi opened 1 year ago

keraJLi commented 1 year ago

See https://github.com/RobertTLange/gymnax/blob/9155a960c8fc951c58c562e5c207069da4741bf5/gymnax/visualize/visualizer.py#LL64C14-L64C47 While with gymnax 0.0.5 it was possible to force an install of gym 0.19.0 to use the visualizer, there currently doesn't seem to be a way to use it in gymnax 0.0.6.

DriesSmit commented 1 year ago

I am also having this issue :+1: