This repository is the official implementation for the paper Distributional analysis of policy gradient in POMDPs using explicit value distributions.
The requirements for the library and executables themselves are simply an installation of rust
and cargo
. To render the plots used in the paper, gnuplot
and bash
are required. To set up:
git clone https://github.com/colin-daniels/lattice_rl
cd lattice_rl
cargo build --release --all
To generate the figures, simply cd
into the plots
folder, run generate.sh
, and wait.
cd plots
./generate.sh