Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 598 Bytes

RIG.md

File metadata and controls

15 lines (12 loc) · 598 Bytes

Reinforcement Learning with Imagined Goals

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.