Overview of NativeRL Repository - PathmindAI/nativerl GitHub Wiki

The NativeRL repository contains a large amount legacy code that is no longer used. You can ignore everything except for the following two directories.

overview

  1. nativerl - This directory contains the core of NativeRL, including all the files necessary to train an RL agent.
  2. nativerl-policy - For AnyLogic users, this contains the source code for the Pathmind Helper palette item. Usually, you will not need to touch these files unless you plan to customize the Pathmind Helper in any way.

To get started, you'll need to do 3 things:

  1. Build NativeRL
  2. Install NativeRL locally
  3. Train an RL policy

At the moment, it's tedious to get everything up and running. But once you do, you will find it easy to begin and scale up RL training. Please submit a Github issue if you need any assistance.