Skip to content
Snippets Groups Projects
Forked from Flatland / Flatland
2388 commits behind the upstream repository.
gettingstarted.rst 464 B

Getting Started

Overview

Following are three short tutorials to help new users get acquainted with how to create RailEnvs, how to train simple DQN agents on them, and how to customize them.

To use flatland in a project:

import flatland

Part 1 : Basic Usage

Part 2 : Training a Simple DQN Agent

Part 3 : Customizing Observations and Level Generators