Eclectic-Sheep / sheeprl

Distributed Reinforcement Learning accelerated by Lightning Fabric
https://eclecticsheep.ai
Apache License 2.0
305 stars 31 forks source link

hydra as config and experiment manager #74

Closed belerico closed 1 year ago

belerico commented 1 year ago

Right now the args are defined as Dataclasses, which can cause problems especially if we want to have a simple hierarchy between the args. It will be better to hydra as a default config manager, but we have to discuss the structure of the configs