/MERLIN

Primary LanguagePython

MERLIN (WIP)

  • An implementation of MERLIN, proposed at a paper, "Unsupervised Predictive Memory in a Goal-Directed Agent."
  • The URL of the original paper: https://arxiv.org/abs/1803.10760

Getting Started

Installation

We recommend you should use "Anaconda".

Prerequisites

OS

Linux or MacOSX

Python Version

Python 3 (>=3.6)

CPU or GPU

CPU or (NVIDIA GPU + CUDA CuDNN)

Additional Libraries

  • pytorch
  • numpy
  • gym

Acknowledgement

Our code is inspired by these projects

Writers Info