Giter VIP home page Giter VIP logo

xuanjing's Introduction

XuanJing

GitHub stars GitHub forks GitHub issues

XuanJing is a benchmark library of decision algorithms for reinforcement learning, imitation learning, multi-agent learning and planning algorithms.

In both supervised learning and reinforcement learning, the algorithm consists of two main components. : the data and the update formula. XuanJing abstracts these two parts, so that it is possible to train reinforcement learning algorithms in the same way as supervised learning.

Status

WIP. Not released yet.

Table of Contents

FileFramework

Env is in responsible for parallelizing and wrapping the environment. The task of interacting with the environment falls to the actor. The data produced during the interaction between the actor and the environment is stored in the buffer(if needed.). When an actor interacts with an environment, learner is in charge of managing the data and algorithms. enhancement is used to enhance the data in the buffer. Model parameters are updated by the learner using data and algorithms. utils are a class of useful functions.

Install

TODO

Usage

TODO

Support

Supported algorithms are as following:

model free reinforcement learning

model based reinforcement learning

Imitation Learning

planning algorithms

evolution strategies

Example Readmes

To see how the specification has been applied, see the example-readmes.

Contributors

This project exists thanks to all the people who contribute.

Made with contributors-img.

License

MIT © tinyzqh

Citation

If you find XuanJing useful, please cite it in your publications.

@software{XuanJing,
  author = {Zhiqiang He},
  title = {XuanJing},
  year = {2022},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/tinyzqh/XuanJing}},
}

xuanjing's People

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.