RPegoud / jym

JAX implementation of RL algorithms and vectorized environments
MIT License
32 stars 1 forks source link

Refactor repository #7

Closed RPegoud closed 10 months ago

RPegoud commented 10 months ago

Currently, the file structure is:

src

agents

bandits

tabular

envs

bandits

tabular

policies

bandits

tabular

Let's refactor the repo to:

src

tabular

policies

agents

...

bandits

agents

...