sisl / Crux.jl

Julia library for deep reinforcement learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 POMDPGym
  • Install by opening julia and running ]add git@github.com:ancorso/Crux.git

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

Maintained by Anthony Corso (acorso@stanford.edu)

About

Julia library for deep reinforcement learning

License:MIT License


Languages

Language:Julia 100.0%