Git Product home page Git Product logo

bipedalwalker-v2's Introduction

BipedalWalker-v2

OpenAI game.

The repo is under development, there are some bugs in some of the scripts.

Methods

  1. Deep-Q-Learning Networks based on Reinforcement-Learning
  2. Experiment with Recurrent Deterministic Policy Gradient Methods
  3. General research on reinforcement learning algorithms
  4. Actor-Critic Networks
  5. A2C Algorithms
  6. PPO

Instructions

  1. In order to run both scripts you need to install openAI-gym lib.

  2. For gym install follow the next steps:

    $ pip install --upgrade pip
    $ git clone https://github.com/openai/gym.git
    $ cd gym
    $ pip install -e '.[box2d]'

    # test that it worked 
    $ python >>> import gym >>> gym.make('BipedalWalker-v2')

    # The above instructions are for linux systems. 
    # We do not use proprietary software so we do not have instructions for Windows or MacOS.  

You can visit openAI gym in order to inspect various environments.

  1. Other dependencies : Keras, matplotlib, numpy, random, tensorflow

  2. Do not use any Python-IDE to run the code if you want to see the game-simulation (environment-render). Run the code in a console or a terminal by typping: $ python script-name.py

bipedalwalker-v2's People

Contributors

kyziridis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bipedalwalker-v2's Issues

Question about Boosted PPO

I don't find the Boosted PPO in the file. There are two simple PPO, I want to know which is the Boosted PPO? Thank you!

Question about rl-Bipedal

I try to run the code rl-Bipedal but something wrong with it. I found the reason is that in the class PPO, the defination of loss and some other variables(including the initialization) are not in any function. All these code never been used. I don't dnow if I change something wrong or any other problem. Thank you!

There is a typing error on ReadMe.md

you have to change

"Other dependencies : Keras, matplotlib, numpy, random, rensor flow"

into

Other dependencies : Keras, matplotlib, numpy, random, tensorflow

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.