Code Monkey home page Code Monkey logo

gym-cartpole-bt-v0's People

Contributors

billtubbs avatar dependabot[bot] avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

gym-cartpole-bt-v0's Issues

Pendulum angle (theta) is defined differently here than in CartPole-v1

Pendulum angle (theta) is the reverse of how it is defined in CartPole-v1. In CartPole-v1, theta = 0 is the pendulum in the vertical-up position which make sense, whereas here theta = 0 is the pendulum in the vertical-down (stable) position.

Consider changing it for consistency.

(This will also affect how we deal with angle wrap-around and the calculation of rewards).

Filenames confuse the unittest module

At the moment, you should use the following command to run the unit tests:

python -m unittest test/test_cartpole_bt_env.py

If you run the usual

python -m unittest

It also runs the scripts that start with 'test_'!

Add environment variant with swing-up challenge

In this variant, the pendulum would start in the down position and the goal is to swing it up to the vertical up position. To make this even more challenging the weight of the pendulum could be adjusted so that multiple swings are needed to generate enough energy in the system for the final swing-up.

Add measurement noise to outputs

This will be good for testing observers. Propose to use the labels '-mL' and '-mH' for this (low and high measurement noise).

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.