RobertTLange / gymnax

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

Feature request: Implement `__repr__` methods for many classes #72

Open cool-RR opened 2 months ago

cool-RR commented 2 months ago

I was debugging some Gymnax code now. I had a box, and I tried to view what kind of box it is:

>>> box
<gymnax.environments.spaces.Box object at 0x000001D589442FC0>

It would be easier to introspect Gymnax experiments if a __repr__ method were implemented for Box and for many other classes.