rickstaa/stable-learning-control

Register gym environments

Closed this issue · 1 comments

We should register custom gym environments as it is done in gym the documentation. Meaning that they should be registered on a package level. Currently, they are registered in the .envs module.

This is implemented in 7ecaca1 of the add_lac_algorithm branch. It will therefore be pulled automatically into the main branch when the LAC algorithm is finished.