Giter Club home page Giter Club logo

casualrl's Introduction

CasualRL

The code for CasualRL experiment

The maze environment is based on https://github.com/MattChanTK/gym-maze.
MinGrid world: https://github.com/Farama-Foundation/MiniGrid
The PPO/hPPO implement is based on https://github.com/onopkosonja/ReinforcementLearning.git
The hDQN implement is based on https://github.com/gmargo11/hDQN.git https://github.com/transedward/pytorch-hdqn.git The keybox is developed based on https://github.com/Farama-Foundation/gym-examples.git and inspired by paper Zheng Z, Oh J, Hessel M, et al. What can learned intrinsic rewards capture?[C]//International Conference on Machine Learning. PMLR, 2020: 11436-11446.

The gym environment creating example: https://www.gymlibrary.dev/content/environment_creation/ (This site is usually out of service)

The install tips in that site:
This documentation overviews creating new environments and relevant useful wrappers, utilities and tests included in Gym designed for the creation of new environments. You can clone gym-examples to play with the code that are presented here. We recommend that you use a virtual environment:
git clone https://github.com/Farama-Foundation/gym-examples
cd gym-examples
python -m venv .env
source .env/bin/activate
pip install -e .

casualrl's People

Contributors

loveisacat avatar

Watchers

 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.