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, the agent (along with a q-network).
  • It binds controllers to the agent
  • it finally runs the experiment

Examples are better than precepts and the best is to get started with the following examples (with the simplest examples listed first)