Giter Club home page Giter Club logo

minimal_rl's Introduction

LINK-minimalRL-pytorch

Implementations of basic RL algorithms with minimal lines of codes! (PyTorch based)

  • Each algorithm is complete within a single file.

  • Length of each file is up to 100~150 lines of codes.

  • Every algorithm can be trained within 30 seconds, even without GPU.

  • Envs are fixed to "CartPole-v1". You can just focus on the implementations.

Dependencies

  1. PyTorch
  2. OpenAI GYM
  • conda install -c conda-forge gym-all
  1. lz4
  • pip install lz4
  1. nvidia-ml-py3
  • pip install nvidia-ml-py3

Git을 통한 초기화 방법 Permalink

  1. 기존의 히스토리 삭제 $ rm -rf .git
  2. 파일정리 후 새로운 git 설정 $ git init $ git add . $ git commit -m "first commit"
  3. git 저장소 연결 후 강제 push $ git remote add origin {git remote url} $ git push -u --force origin master

minimal_rl's People

Contributors

bluebibi avatar docynoah avatar

Watchers

 avatar

Forkers

jaewon-sa

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.