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

[add] version support #9

Closed liyc-ai closed 2 years ago

liyc-ai commented 2 years ago

This PR adds version support to baselax, i.e., we can now get the module version as below

import baselax
print(baselax.__version__)

What is more, it also updates README with the new setup.py. All updates are minor changes.