Git Product home page Git Product logo

red's Introduction

RED

Reinforcement learning for Experimental Design

Installation

RED does not need to be installed to run the examples

To use the package within python scropts, RED must be in PYTHONPATH.

To add to PYTHONPATH on a bash system add the following to the ~/.bashrc file

export PYTHONPATH="${PYTHONPATH}:<path to RED_master>"

Dependencies

Standard python dependencies are required: numpy, scipy, matplotlib. TensorFlow is required). Instructions for installing 'TensorFlow' can be found here: https://www.tensorflow.org/install/

User Instructions

Code files can be imported into scripts, ensure the RED directory is in PYTHONPATH and simply import the required RED classes. See examples.

To run examples found in RED_master/examples from the command line, e.g.:

$ python train_RT3D_prior.py 

The examples will automatically save some results in the directory:

The main classes are the continuous_agents and OED_env, see examples for how to use these:

continuous_agents

The continuous_agents.py file can be imported and used on any RL task.

from RED.agents.continuous_agents import RT3D_agent

OED_env

Contains the environments used for RL for OED. Can be imported and initialised with any system goverened by a set of DEs

from RED.environments.OED_env import OED_env

red's People

Contributors

zcqsntr 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.