https://github.com/takuseno/icm
Intrinsic Curiosity Module implementation with TensorFlow
https://github.com/takuseno/icm
reinforcement-learning tensorflow
Last synced: about 1 year ago
JSON representation
Intrinsic Curiosity Module implementation with TensorFlow
- Host: GitHub
- URL: https://github.com/takuseno/icm
- Owner: takuseno
- Created: 2017-09-06T09:57:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T06:50:28.000Z (over 8 years ago)
- Last Synced: 2025-04-12T07:12:59.969Z (about 1 year ago)
- Topics: reinforcement-learning, tensorflow
- Language: Python
- Size: 5.86 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# icm
Intrinsic Curiosity Module imeplementation with TensorFlow.
https://arxiv.org/abs/1705.05363
## requirements
- Python3
## dependencies
- tensorflow
- opencv-python
- numpy
- git+https://github.com/imai-laboratory/lightsaber
## base A3C implementation
- https://github.com/takuseno/a3c
## original implementation
- https://github.com/pathak22/noreward-rl