Giter Site home page Giter Site logo

rl_course_project's Introduction

Learning to Kick for a Bipedal Robot with Deep Reinforcement Learning

Project for Prof. Shengbo Eben Li's Reinforcement Learning and Control course in Tsinghua University.

Installation

  1. clone this repo

  2. install pytorch

    https://pytorch.org/get-started/locally/

  3. install Stable-Baselines3

pip install stable-baselines3[extra]

(version 1.8.0) Documentation: https://stable-baselines3.readthedocs.io/

Tutorial: https://github.com/araffin/rl-tutorial-jnrr19/blob/sb3

  1. install pybullet
pip install pybullet

Documentation: https://docs.google.com/document/d/10sXEhzFRSnvFcl3XxNGhnD4N2SedqwdAvK3dsihxVUA/

Code Structure

  • rl_course_project
    • assets/
      store URDF file of the robot
    • envs/
      gym environments
      • kick_ball_env.py only task reward
      • kick_ball_stand_env.py task reward with fall termination
      • kick_ball_imitation_env task reward, termination and imitation reward
    • logs/
      tensorboard logs
    • models/
      saved models
    • test_urdf.py
      test simulation and urdf
    • train.py
      use stable-baselines3 to train RL agnet
    • test.py
      Test trained model
    • config.py
      parameters of the robot and simulation

rl_course_project's People

Contributors

ttimelord avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

gaiyi7788

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.