Contents

parl 2.2.1

0

Reinforcement Learning Framework

Reinforcement Learning Framework

Stars: 3459, Watchers: 3459, Forks: 820, Open Issues: 134

The PaddlePaddle/PARL repo was created 7 years ago and the last code push was 5 months ago.
The project is very popular with an impressive 3459 github stars!

How to Install parl

You can install parl using pip

pip install parl

or add it to a project with poetry

poetry add parl

Package Details

Author
License
Homepage
https://github.com/PaddlePaddle/PARL
PyPi:
https://pypi.org/project/parl/
GitHub Repo:
https://github.com/PaddlePaddle/PARL

Classifiers

No  parl  pypi packages just yet.

Errors

A list of common parl errors.

Code Examples

Here are some parl code examples and snippets.

GitHub Issues

The parl package has 134 open issues on GitHub

  • Remote Code Execution via sys.path Pollution and Dynamic Import of Remote Code
  • Remote Code Execution via Unsafe cloudpickle.loads on Untrusted Input
  • add RL4LMs summarization
  • 模块集成还不是很完整

See more issues on GitHub

Related Packages & Articles

rlcard 1.2.0

A Toolkit for Reinforcement Learning in Card Games

parmap 1.7.0

map and starmap implementations passing additional arguments and parallelizing if possible

horovod 0.28.1

Horovod is a powerful distributed training framework for Python that allows you to train deep learning models across multiple GPUs and servers quickly and efficiently. It falls under the category of distributed computing libraries. Built on top of TensorFlow, PyTorch, and other popular deep learning frameworks, Horovod simplifies the process of scaling up your model training by handling the complexities of distributed training under the hood.