Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 619 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 619 Bytes

Universal Value Function Approximators

This repository contains an implementation of [1]

The code is tested on a foor-room gridworld as in the paper. Only the supervised learning and the two-stage architecture is implemented.

Open notebook for explanation, and results.

To generate the dataset for learning the value function in a supervised way, run:

python lib/data.py [ouput]

[1] Schaul, Tom, et al. "Universal value function approximators." Proceedings of the 32nd International Conference on Machine Learning (ICML-15). 2015.