Git Product home page Git Product logo

neat-em's Introduction

NEAT-EM

NEAT + Expectation Maximisation

Setup

First install python (v 3.5 is recommended for OpenAI libraries) and install conda or miniconda. Miniconda is recommended as its smaller and useful if you have space requirements.

Set up a conda environment by following the Project dependencies repo

Install the organisation's custom gym gym-ple libraries into the conda environment. These libraries extend openai gym. If you are looking on running gym-ple games, then you will need to install the PyGame-Learning-Environment from here.

Running algorithm

The main file is NEATEM.py. Experiment logs are written into log directory.

Run this file and if you want to save the std outputs for clarity use following command:

python NEATEM.py [Environment Id] > output.log 2&>1

Current Environments Configured

Enviornment id Info
CartPole-v0 Standard implementation of gym cartpole
MountainCar-v0 Standard implementation of gym mountain car problem
MountainCarExtraLong-v0 Custom implementation of gym mountain car problem where the episode length is 999.

Use any of these environment id as an argument.

Adding your own environment

The code uses the environment id to extract properties from the properties directory. The arrangement of the properties directory is

properties/<Environment id>/Config
properties/<Environemt id>/neatem_properties.ini

Adding your environment involves creating a new directory of your environment id and add the two properties files used by the algorithm

neat-em's People

Contributors

harmannz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.