Examples

You can find these examples at the root of the package. For each example at least two files are provided:

  • A launcher file (whose name usually starts by run_).
  • An environnement file (whose name usually ends by _env).

The launcher file performs different actions:

  • It instantiates the environment and the agent along with a learning algorithm (such as a q-network).
  • It binds controllers to the agent
  • it finally runs the experiment

You can get started with the following examples: