deepdrive / deepdrive/spinningup
Need a way to try multiple seeds
Open
- Dominant language
- Python
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
In order to get the best performance, multiple seeds / training runs should be kicked off in parallel with the best performing agents "surviving" and being fine-tuned in a sort of evolutionary fashion. The ExperimentGrid is a nice way to do this on one machine and manually picked hyperparams. However, more automated techniques like population based training could most likely achieve even better performance.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.