mansicer / baselax

Baselax (Baselines + JAX) provides stable-baselines-style implementations of reinforcement learning (RL) algorithms with Google JAX framework.
https://baselax.readthedocs.io
Apache License 2.0
4 stars 1 forks source link

Provide simple metadata like `__version__` of baselax. #10

Closed mansicer closed 2 years ago

mansicer commented 2 years ago

See #7. Located in baselax/version.py. Currently setup.py get the version information with read this file (reference from OpenAI Gym):

https://github.com/mansicer/baselax/blob/5b083cc59c7aa5c01111f2b0f0a00431dce06b45/setup.py#L5-L10