affordances in discrete env

This commit is contained in:
Khimya
2020-06-18 14:31:31 -04:00
parent cf0a9ca460
commit 8899ec087c
2 changed files with 2454 additions and 2 deletions
File diff suppressed because one or more lines are too long
+5 -2
View File
@@ -1,5 +1,8 @@
# 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.
This repository accompanies code for the paper "What can I do here? A theory of
affordances in reinforcmenet learning".
The iPython notebook AffordancesInDiscreteEnvironment.ipynb covers the experiments in Section 6 and Learning affordances in discrete environments.
The iPython notebook AffordancesInContinuousEnvironment.ipynb covers the experiments in Section 7.