8000 GitHub - DeeKay3/GAN_Exploration: Sample Efficient Exploration for Reinforcement Learning using Generative Adversarial Networks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DeeKay3/GAN_Exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN-Based Instrinsic Exploration for Sample Efficient Reinforcement Learning

Official Implementation of the Paper "GAN-based Intrinsic Exploration For Sample Efficient Reinforcement Learning" ( https://arxiv.org/abs/2206.14256 )

Most of the A2C codes is taken from the repository ttps://github.com/jcwleo/mario_rl and then updated according to this work.

If you'd like to cite this repository or the paper, you can use the following bibtex:

  @conference{icaart22,
    author={Doğay Kamar. and Nazím Üre. and Gözde Ünal.},
    title={GAN-based Intrinsic Exploration for Sample Efficient Reinforcement Learning},
    booktitle={Proceedings of the 14th International Conference on Agents and Artificial Intelligence - Volume 2: ICAART,},
    year={2022},
    pages={264-272},
    publisher={SciTePress},
    organization={INSTICC},
    doi={10.5220/0010825500003116},
    isbn={978-989-758-547-0},
    issn={2184-433X},
  }

Usage

python3 main_mario.py

or

python3 main_montezuma.py

About

Sample Efficient Exploration for Reinforcement Learning using Generative Adversarial Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0