Coder Social home page Coder Social logo

rl_with_ray's Introduction

RL_with_RAY

Implementation of reinforcement learning algorithms that is applied RAY in PyTorch.

In this repo, we implemented this RL_with_RAY code only use RAY CORE from scratch, didn't use RLLib.

Dependencies

  1. Python 3.6.x
  2. PyTorch 1.8.1
  3. RAY 1.3.0
  4. pybullet-gym
  5. numpy

Install Requirements

pip install -r requirements.txt

Contents

PPO with RAY

Hyperparameter

SAC with RAY

Hyperparameter

ARS with RAY

Hyperparameter

- n_cpu = n_workers = 5
- hdims = [256,256]
- actv = nn.Tanh()
- out_actv = nn.Tanh()

Run

Set configuration

  1. n_worker
  2. total_steps
  3. ep_len_rollout
  4. hdims

Reference

  1. https://docs.ray.io/en/master/index.html, RAY Documentation
  2. https://arxiv.org/abs/1707.06347, PPO Paper
  3. https://arxiv.org/abs/1801.01290, SAC Paper
  4. https://arxiv.org/abs/1803.07055, ARS Paper

rl_with_ray's People

Contributors

tmjeong1103 avatar

Stargazers

STYLIANOS IORDANIS avatar y0_0n avatar

Watchers

 avatar

Forkers

stjordanis

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.