Code Monkey home page Code Monkey logo

gts-spinningup's Introduction

Status: Active (under active development, breaking changes may occur)

Welcome to Spinning Up in Deep RL!

This is an educational resource produced by OpenAI that makes it easier to learn about deep reinforcement learning (deep RL).

For the unfamiliar: reinforcement learning (RL) is a machine learning approach for teaching agents how to solve tasks by trial and error. Deep RL refers to the combination of RL with deep learning.

This module contains a variety of helpful resources, including:

  • a short introduction to RL terminology, kinds of algorithms, and basic theory,
  • an essay about how to grow into an RL research role,
  • a curated list of important papers organized by topic,
  • a well-documented code repo of short, standalone implementations of key algorithms,
  • and a few exercises to serve as warm-ups.

Get started at spinningup.openai.com!

commands

The command for the run is python3 spinup/algos/sac/sac.py "192.168.1.14" "192.168.1.11" "192.168.1.10" "192.168.1.12" "192.168.1.23" --gamma 0.98 --start_steps 160000 --seed 2 --replay_size 4000000 --exp_name "TD 5 learning while sampling with evaluation in parallel gamma 098" --evaluate True

The IP addresses should be rewritten accordingly. In this case, 4 PS4s ("192.168.1.14" "192.168.1.11" "192.168.1.10" "192.168.1.12") are used for training and the last one "192.168.1.23" is used for evaluation. In your case, with only one PlayStation, you need to set "--evaluate False" and concentrate on the training only. You can evaluate the trained models later.

And if I remember correctly, scikit-learn (0.23.1) didn't work with the code for some backward incompatibilities. So I needed to use the older version by fixing the version of scikit-learn to 0.22.2 by: pip3 install scikit-learn==0.22.2

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.