All Projects → XinJingHao → TD3-BipedalWalkerHardcore-v2

XinJingHao / TD3-BipedalWalkerHardcore-v2

Licence: MIT license
Solve BipedalWalkerHardcore-v2 with TD3

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TD3-BipedalWalkerHardcore-v2

VREP-RL-bot
Reinforcement Learning in Vrep
Stars: ✭ 14 (-65.85%)
Mutual labels:  reinforcement-learning-algorithms
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-58.54%)
Mutual labels:  robot
PyPOMDP
Python implementation of POMDP framework and PBVI & POMCP algorithms.
Stars: ✭ 60 (+46.34%)
Mutual labels:  reinforcement-learning-algorithms
Install-VScode-On-TX2
How to install VScode on Nvidia TX2
Stars: ✭ 24 (-41.46%)
Mutual labels:  robot
wx robot example
实验楼课程 《利用微信API将你的微信变为聊天机器人》 直播视频相关代码
Stars: ✭ 35 (-14.63%)
Mutual labels:  robot
scikit-robot
A Flexible Framework for Robot Control in Python
Stars: ✭ 70 (+70.73%)
Mutual labels:  robot
joinhider bot
Telegram bot to delete user joined messages
Stars: ✭ 20 (-51.22%)
Mutual labels:  robot
slack-robot
Simple robot for your slack integration
Stars: ✭ 29 (-29.27%)
Mutual labels:  robot
nosticker bot
Bot that fights telegram stickers
Stars: ✭ 18 (-56.1%)
Mutual labels:  robot
gobot
Golang framework for robotics, drones, and the Internet of Things (IoT)
Stars: ✭ 7,869 (+19092.68%)
Mutual labels:  robot
whatsapp-auto-messenger
Automatic message sender using WhatsApp Web at fixed interval.
Stars: ✭ 43 (+4.88%)
Mutual labels:  robot
hexapod
Golang program for my junky hexapod
Stars: ✭ 59 (+43.9%)
Mutual labels:  robot
magni robot
Starting point for Magni Robots. Includes launch files and configuration.
Stars: ✭ 33 (-19.51%)
Mutual labels:  robot
willsautoclick
Fastest Java autoclicker in the entire west
Stars: ✭ 12 (-70.73%)
Mutual labels:  robot
urdf-rs
URDF parser using serde-xml-rs for rust
Stars: ✭ 21 (-48.78%)
Mutual labels:  robot
pytorch-rl
Pytorch Implementation of RL algorithms
Stars: ✭ 15 (-63.41%)
Mutual labels:  reinforcement-learning-algorithms
DeskViewer
A Java Project for screen sharing based on TCP protocol. Like TeamViewer
Stars: ✭ 23 (-43.9%)
Mutual labels:  robot
conde simulator
Autonomous Driving Simulator for the Portuguese Robotics Open
Stars: ✭ 31 (-24.39%)
Mutual labels:  robot
zhamao-framework
协程、高性能、灵活的聊天机器人 & Web 开发框架(炸毛框架)
Stars: ✭ 99 (+141.46%)
Mutual labels:  robot
connect4
Solving board games like Connect4 using Deep Reinforcement Learning
Stars: ✭ 33 (-19.51%)
Mutual labels:  reinforcement-learning-algorithms

This is about using TD3 to solve BipedalWalkerHardcore-v2.

Pytorch version.

Author: Jinghao Xin

SJTU,China

Simulation Result:
avatar

Some discussion can be found here
Vedio of all training process can be found here
Other RL algorithms by Pytorch can be found here.


###Dependencies####

python=3.7.9

pytorch=1.7.0

numpy=1.18.5

gym=0.17.3

matplotlib=3.3.2

box2d-py=2.3.8


###How to use my code####

Load trained model and render : just run 'python main.py'

Train your own model : Change 'render' and 'Loadmodel' in 'main.py' to False,and run 'python main.py'

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].