Skip to content

Implementation of "Hindsight Experience Replay" and "Intrinsic Curiosity Module" algorithms in panda-gym environment.

Notifications You must be signed in to change notification settings

yekaraoglan/curious-panda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curious-panda

Implementation of "Hindsight Experience Replay[1] " and "Intrinsic Curiosity Module[2]" algorithms in panda-gym environment.

Requirements and Installation

Required libraries are listed in requirements.txt. To install them, run the following command:

pip install -r requirements.txt

To-Do

  • Hindsight Experience Replay[1]
  • Intrinsic Curiosity Module[2]

References

[1] Andrychowicz, M., Wolski, F., Ray, A., Schneider, J., Fong, R., Welinder, P., ... & Zaremba, W. (2017). Hindsight experience replay. Advances in neural information processing systems, 30.

[2] Pathak, D., Agrawal, P., Efros, A. A., & Darrell, T. (2017, July). Curiosity-driven exploration by self-supervised prediction. In International conference on machine learning (pp. 2778-2787). PMLR.

About

Implementation of "Hindsight Experience Replay" and "Intrinsic Curiosity Module" algorithms in panda-gym environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages