Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 732 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 732 Bytes

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