Welcome to l2rpn-baselines’s documentation!¶
In this documentation we expose first what is this package about and how to contribute, and then which baselines are already implemented in this package.
How to contribute¶
Baseline already Available¶
- utils: Some utility functions and classes
- DeepQSimple: A simple implementation of the Deep Q Learning
- DoubleDuelingDQN: A example implementation of Double Duelling Deep Q Network
- DuelQSimple: Double Duelling Deep Q Learning
- ExpertAgent: A example implementation of using ExpertOpForGrid for empirical overflow solving
More advanced baselines¶
Deprecated baselines¶
Contributions¶
TODO