Coder Social home page Coder Social logo

jorldy's Introduction

JORLDY (Beta)

license badge

Hello WoRLd!!:hand: Join Our Reinforcement Learning framework for Developing Yours (JORLDY) is an open-source Reinforcement Learning (RL) framework provided by KakaoEnterprise. It is named after Jordy, one of the Kakao Niniz character. It provides various RL algorithms and environment and they can be easily used using single code. This repository is opened for helping RL researchers and students who study RL.

πŸ”₯ Features

  • 20+ RL Algorithms and various RL environment are provided
  • Algorithms and environment are customizable
  • New algorithms and environment can be added
  • Distributed RL algorithms are provided using ray
  • Benchmark of the algorithms is conducted in many RL environment

βœ”οΈ Tested

Python Windows Mac Linux
3.8
3.7
Windows Server 2022 macOS Big Sur 11
macOS Catalina 10.15
Ubuntu 20.04
Ubuntu 18.04

⬇️ Installation

git clone https://github.com/kakaoenterprise/JORLDY.git  
cd JORLDY
pip install -r requirements.txt

# linux
apt-get update 
apt-get -y install libgl1-mesa-glx # for opencv
apt-get -y install libglib2.0-0    # for opencv
apt-get -y install gifsicle        # for gif optimize

🐳 To use docker

(customize if necessary)

cd JORLDY

docker pull jorldy/jorldy

# mac, linux
docker run -it --rm --name jorldy -v `pwd`:/JORLDY jorldy/jorldy /bin/bash

# windows
docker run -it --rm --name jorldy -v %cd%:/JORLDY jorldy/jorldy /bin/bash

βž• To use additional environments

- Atari and Super Mario Bros

atari and super-mario-bros need to be installed manually due to licensing issues

# To use atari(bash)
pip install --upgrade gym[atari,accept-rom-license]==0.23.0

# To use atari(zsh)
pip install --upgrade 'gym[atari,accept-rom-license]'==0.23.0
 
# To use super-mario-bros
pip install gym-super-mario-bros

- Mujoco (Mac and Linux only)

Mujoco is supported in docker. However, if you don't use docker, several subprocesses should be done. Please refer to the mujoco-py github installation

πŸš€ Getting started

cd jorldy

# Examples: python main.py [run mode] --config [config path]
python main.py --config config.dqn.cartpole
python main.py --async --config config.ape_x.cartpole

# Examples: python main.py [run mode] --config [config path] --[optional parameter key] [parameter value]
python main.py --config config.rainbow.atari --env.name breakout
python main.py --sync --config config.ppo.cartpole --train.num_workers 8

πŸ—‚οΈ Release

Version Release Date Source Release Note
0.5.0 April 18, 2022 Source Release Note
0.4.0 April 01, 2022 Source Release Note
0.3.0 March 10, 2022 Source Release Note
0.2.0 January 23, 2022 Source Release Note
0.1.0 December 23, 2021 Source Release Note

πŸ” How to

πŸ“„ Documentation

πŸ‘₯ Contributors

πŸ“« Contact: [email protected]

leonard ramanuzan kan erinn
leonard.q
(Kyushik Min)
ramanuzan.lee
(Hyunho Lee)
kan.s
(Kwansu Shin)
erinn.lee
(Taehak Lee)
link royce crest lisa
link.lee
(Hojoon Lee)
royce.choi
(Jinwon Choi)
crest.son
(Sungho Son)
lisa.ekkim
(Eunkyeong Kim)

🏷️ Citation

@article{min2022jorldy,
  title={JORLDY: a fully customizable open source framework for reinforcement learning},
  author={Min, Kyushik and Lee, Hyunho and Shin, Kwansu and Lee, Taehak and Lee, Hojoon and Choi, Jinwon and Son, Sungho},
  journal={arXiv preprint arXiv:2204.04892},
  year={2022}
}

©️ License

Apache License 2.0

🚫 Disclaimer

Installing in JORLDY and/or utilizing algorithms or environments not provided KEP may involve a use of third party’s intellectual property. It is advisable that a user obtain licenses or permissions from the right holder(s), if necessary, or take any other necessary measures to avoid infringement or misappropriation of third party’s intellectual property rights.

jorldy's People

Contributors

ramanuzan avatar leonard-q avatar kan-s0 avatar erinn-lee avatar zenoengine avatar royce-kep avatar hyunho1027 avatar lkm2835 avatar tc-ha avatar

Stargazers

 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.