The documentation for the latest code on the master branch is found at `http://flatland-rl-docs.s3-website.eu-central-1.amazonaws.com/ <http://flatland-rl-docs.s3-website.eu-central-1.amazonaws.com/>`_
The documentation for the latest code on the master branch is found at `http://flatland-rl-docs.s3-website.eu-central-1.amazonaws.com/ <http://flatland-rl-docs.s3-website.eu-central-1.amazonaws.com/>`_
The documentation includes a few tutorials in http://flatland-rl-docs.s3-website.eu-central-1.amazonaws.com/gettingstarted.html.
Run Notebooks with Examples with one Click
Run Notebooks with Examples with one Click
------------------------------------------
------------------------------------------
...
@@ -81,12 +82,6 @@ The docs have a lot more details about how to interact with this codebase.
...
@@ -81,12 +82,6 @@ The docs have a lot more details about how to interact with this codebase.
python make_docs.py
python make_docs.py
Features
--------
TODO
Installation
Installation
============
============
...
@@ -115,6 +110,27 @@ Once you have a copy of the source, you can install it with ::
...
@@ -115,6 +110,27 @@ Once you have a copy of the source, you can install it with ::
$ python setup.py install
$ python setup.py install
Basic Usage
============
Basic usage of the RailEnv environment used by the Flatland Challenge ::
import numpy as np
import time
from flatland.envs.generators import complex_rail_generator