Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takuseno/icm
Intrinsic Curiosity Module implementation with TensorFlow
https://github.com/takuseno/icm
reinforcement-learning tensorflow
Last synced: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T06:50:28.000Z (about 7 years ago)
- Last Synced: 2024-10-23T04:06:51.072Z (2 months ago)
- Topics: reinforcement-learning, tensorflow
- Language: Python
- Size: 5.86 KB
- Stars: 9
- Watchers: 3
- 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