Reinforcement Learning with Imagined Goals

April 6, 2019 ยท View on GitHub

Implementation of reinforcement learning with imagined goals (RIG) To find out more, see any of the following links:

To see the original implementation, checkout version v0.1.2 of this repo.

In versions 0.2+, RIG is a special case of Skew-Fit with the power set to 0.

Goal-based environments and ObsDictRelabelingBuffer

See here.