Skip to content

The implementation for paper REPRODUCING: UCB EXPLORATION VIA Q-ENSEMBLES.

License

Notifications You must be signed in to change notification settings

yifjiang/UCB-exploration-via-ensemble

Repository files navigation

This repository contains the code for paper REPRODUCING: UCB EXPLORATION VIA Q-ENSEMBLES.

How to Run

Clone this repository:

git clone https://github.com/yifjiang/UCB-review.git
cd UCB-review

You may also need to install openai-gym and openai-baseline.

To run the UCB-ensemble algorithm, type:

python run_atari_UCB_Ensemble.py [--env $(AnAtariEnvironmentNoFrameSkip-v0)]

To run the Double-DQN algorithm, type:

python run_atari_double.py [--env $(AnAtariEnvironmentNoFrameSkip-v0)]

About

The implementation for paper REPRODUCING: UCB EXPLORATION VIA Q-ENSEMBLES.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages