Open source notebook for "What can I do here? A Theory of Affordances In Reinforcement Learning" to appear at ICML 2020.

PiperOrigin-RevId: 316113376
This commit is contained in:
Zafarali Ahmed
2020-06-12 16:00:19 +00:00
committed by Louise Deason
parent 0ef137f1a0
commit 843ba98cdd
3 changed files with 1755 additions and 0 deletions
File diff suppressed because one or more lines are too long
+5
View File
@@ -0,0 +1,5 @@
# Code for "What can I do here? A theory of affordances in reinforcement Learning.
This iPython notebook accompanies the paper "What can I do here? A theory of
affordances in reinforcmenet learning" and covers the experiments in Section 8.
+4
View File
@@ -0,0 +1,4 @@
tensorflow==2.1.0
tensorflow_probability=0.7.0
matplotlib==3.1.2
numpy==1.17.5