Baselax (Baselines + JAX) provides stable-baselines-style implementations of reinforcement learning (RL) algorithms with Google JAX framework.
4
stars
1
forks
source link
Refactor: update baselax to package-like structure #3
Closed
mansicer closed 2 years ago
This PR proposed to update baselax to a Python package structure and add proper
setup.py
script to this project.