This repository provides the code for the paper "Curiosity-driven Exploration in Deep Reinforcement Learning via Bayesian Neural Networks." It enables researchers and practitioners to reproduce experiments on curiosity-driven exploration in deep reinforcement learning, specifically using the VIME algorithm.
How It Works
VIME (Variational Information Maximizing Exploration) leverages Bayesian Neural Networks to quantify intrinsic curiosity. By modeling uncertainty in predictions, it encourages exploration of novel states and actions, aiming to improve sample efficiency and performance in complex reinforcement learning tasks.
Quick Start & Requirements
rllab
installation.rllab
and Mujoco v1.31
.python sandbox/vime/experiments/run_trpo_expl.py
.Highlighted Details
Maintenance & Community
This project is archived and no longer actively maintained or updated.
Licensing & Compatibility
The repository does not explicitly state a license.
Limitations & Caveats
The code is provided as-is and is archived, meaning no further updates or support are expected. Compatibility is strictly tied to the specified rllab
and Mujoco v1.31
versions.
6 years ago
1 week