-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# CuriousActorCritic | ||
A toy AC Network built with curiosity through intrinsic reward | ||
# Curious ActorCritic Network | ||
A toy AC Network built with curiosity through intrinsic reward, inspired by paper "Curiosity-driven Exploration by Self-supervised Prediction" (Deepak Pathak, Pulkit Agrawal, Alexei A. Efros, Trevor Darrell, 2017) | ||
|
||
References: | ||
Playing Atari with Deep Reinforcement Learning | ||
https://arxiv.org/abs/1312.5602 | ||
|
||
Asynchronous Methods for Deep Reinforcement Learning | ||
https://arxiv.org/abs/1602.01783 | ||
|
||
Curiosity-driven Exploration by Self-supervised Prediction | ||
https://arxiv.org/abs/1705.05363 |