Giter Club home page Giter Club logo

humanoidrl's Introduction

forthebadge made-with-python

NAO-V40 pybullets training environment

Description

This is NAO-V40 training environment based OpenAI Gym standards. Pybullets is used as the simulationg environment.

Repository structure

├── baselines
│   ├── nao.py
│   └── test_walk.py
├── HumanoidRL
│   ├── envs
│   │   ├── humanoidRL.py
│   │   ├── __init__.py
│   │   ├── test_script.py
│   │   ├── Utility.py
│   │   └── walk_positions.pckl
│   ├── humanoid
│   │   ├── LICENSE.txt
│   │   ├── meshes
│   │   └── nao.urdf
│   └── __init__.py
├── README.md
├── setup.py
├── spinup_run.py
└── test_policy.py

  • baselines contains the reference items.
  • envs contains humanoidRL script which it the standard Gym environment. Utility class contains the basic functions for communicating with the simulator.
  • humanoid contains the meshes and basic physics configrations for NAO V40.

Installation of Humanoid Environment

  • Ensure that you are using Python3.
git clone https://github.com/taapasX28/HumanoidRL
cd HumanoidRL/
pip install -e .

Testing

  • test_script.py is the testing script for utlity functions and the environment seperately.
  • Use python test_script --env=True to test environment.
  • Use python test_script --util=True to test utilities.

Running training

  • Run spinup_run.py. You need spinningupai installed for that.

Loading models

  • Run python test_result.py --file <path_to_directory> to load and run the saved model.
  • BUG: Change the feed_dict input from x[None,:] to x[None,:][0].T in spinup.utils

humanoidrl's People

Contributors

taapasx28 avatar sriyash421 avatar shivanshmundra avatar kushal2000 avatar

Watchers

James Cloos avatar

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.