Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 2.43 KB

README.md

File metadata and controls

53 lines (39 loc) · 2.43 KB

Crux.jl

Build Status Code Coverage

Deep RL library with concise implementations of popular algorithms. Implemented using Flux.jl and fits into the POMDPs.jl interface.

Supports CPU and GPU computation and implements the following algorithms:

Reinforcement Learning

Imitation Learning

Batch RL

Adversarial RL

Continual Learning

  • Experience Replay

Installation

  • Install by opening julia and running ] add Crux

To edit or contribute use ] dev Crux and the repo will be cloned to ~/.julia/dev/Crux

Usage with POMDPGym

  • Install POMDPGym
    • See examples/ for use of POMDPGym environments.

Maintained by Anthony Corso ([email protected]) and Robert Moss ([email protected])