Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skelneko authored Jun 17, 2017
1 parent a8e257c commit c646f3a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
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

0 comments on commit c646f3a

Please sign in to comment.