paper-with-me

Papers

Tianshou: a Highly Modularized Deep Reinforcement Learning Library

2021-07-29 · Jiayi Weng, Huayu Chen, Dong Yan, Kaichao You, Alexis Duburcq, Minghao Zhang, Yi Su, Hang Su, Jun Zhu

In this paper, we present Tianshou, a highly modularized Python library for deep reinforcement learning (DRL) that uses PyTorch as its backend. Tianshou intends to be research-friendly by providing a flexible and reliable infrastructure of DRL algorithms. It supports online and offline training with more than 20 classic algorithms through a unified interface. To facilitate related research and prove Tianshou's reliability, we have released Tianshou's benchmark of MuJoCo environments, covering eight classic algorithms with state-of-the-art performance. We open-sourced Tianshou at https://github.com/thu-ml/tianshou/.

📄 PDF Abstract BibTeX arXiv:2107.14171

Code (1)

thu-ml/tianshou 공식 구현 pytorch

Tasks

Deep Reinforcement LearningMuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

RedRFT: A Light-Weight Benchmark for Reinforcement Fine-Tuning-Based Red Teaming

2025-06-04 · Xiang Zheng, Xingjun Ma, Wei-Bin Lee, Cong Wang

Red teaming has proven to be an effective method for identifying and mitigating vulnerabilities in Large Language Models (LLMs). Reinforcement Fine-Tuning (RFT) has emerged as a promising strategy among existing red team…

Red Teaming

TextBox: A Unified, Modularized, and Extensible Framework for Text Generation

2021-01-06 · ACL 2021 5 · Junyi Li, Tianyi Tang, Gaole He, Jinhao Jiang 외

In this paper, we release an open-source library, called TextBox, to provide a unified, modularized, and extensible text generation framework. TextBox aims to support a broad set of text generation tasks and models. In o…

Text Generation

Texar: A Modularized, Versatile, and Extensible Toolbox for Text Generation

2018-07-01 · WS 2018 7 · Zhiting Hu, Zichao Yang, Tiancheng Zhao, Haoran Shi 외

We introduce Texar, an open-source toolkit aiming to support the broad set of text generation tasks. Different from many existing toolkits that are specialized for specific applications (e.g., neural machine translation)…

Image CaptioningMachine TranslationText GenerationText Summarization+1

BOML: A Modularized Bilevel Optimization Library in Python for Meta Learning

2020-09-28 · Yaohua Liu, Risheng Liu

Meta-learning (a.k.a. learning to learn) has recently emerged as a promising paradigm for a variety of applications. There are now many meta-learning methods, each focusing on different modeling aspects of base and meta …

Bilevel OptimizationMeta-Learning

EduNLP: Towards a Unified and Modularized Library for Educational Resources

2024-06-03 · Zhenya Huang, Yuting Ning, Longhu Qin, Shiwei Tong 외

Educational resource understanding is vital to online learning platforms, which have demonstrated growing applications recently. However, researchers and developers always struggle with using existing general natural lan…