MaximeRobeyns / BDRL

Bayesian Distributional RL experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BDRL Experiments

This repository is for developing and testing some Bayesian distributional RL algorithms.

Quickstart

Clone the repository

git clone https://github.com/maximerobeyns/bdrl

And install in development mode:

pip install -e .

Note: you may need to install third party dependencies first such as Bayesfunc.

Running an Agent

Agents are configured using gin configuration files, so that the agent configurations and hyperparameters are all in one place, in version control and you don’t have to pass long command line arguments. These configuration files live in the /configs directory.

To run an agent, simply write a configuration file, and provide it to the runner:

./main.py -c configs/dqn.gin

About

Bayesian Distributional RL experiments

License:Apache License 2.0


Languages

Language:Python 99.4%Language:Shell 0.4%Language:Makefile 0.2%