Skip to content

Commit

Permalink
Create repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
zjowowen committed Jun 12, 2024
1 parent d50e1a9 commit d0e68c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

English | [简体中文(Simplified Chinese)](https://github.com/zjowowen/GenerativeRL_Preview/blob/main/README.zh.md)
English | [简体中文(Simplified Chinese)](https://github.com/opendilab/GenerativeRL_Preview/blob/main/README.zh.md)

**GenerativeRL**, short for Generative Reinforcement Learning, is a Python library for solving reinforcement learning (RL) problems using generative models, such as diffusion models and flow models. This library aims to provide a framework for combining the power of generative models with the decision-making capabilities of reinforcement learning algorithms.

Expand Down Expand Up @@ -62,15 +62,15 @@ pip install grl
Or, if you want to install from source:

```bash
git clone https://github.com/zjowowen/GenerativeRL_Preview.git
git clone https://github.com/opendilab/GenerativeRL_Preview.git
cd GenerativeRL_Preview
pip install -e .
```

Or you can use the docker image:
```bash
docker pull zjowowen/grl:torch2.3.0-cuda12.1-cudnn8-runtime
docker run -it --rm --gpus all zjowowen/grl:torch2.3.0-cuda12.1-cudnn8-runtime /bin/bash
docker pull opendilab/grl:torch2.3.0-cuda12.1-cudnn8-runtime
docker run -it --rm --gpus all opendilab/grl:torch2.3.0-cuda12.1-cudnn8-runtime /bin/bash
```

## Quick Start
Expand Down
8 changes: 4 additions & 4 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

[英语 (English)](https://github.com/zjowowen/GenerativeRL_Preview/blob/main/README.md) | 简体中文
[英语 (English)](https://github.com/opendilab/GenerativeRL_Preview/blob/main/README.md) | 简体中文

**GenerativeRL** 是一个使用生成式模型解决强化学习问题的算法库,支持扩散模型和流模型等不同类型的生成式模型。这个库旨在提供一个框架,将生成式模型的能力与强化学习算法的决策能力相结合。

Expand Down Expand Up @@ -59,15 +59,15 @@ pip install grl
或者,如果你想从源码安装:

```bash
git clone https://github.com/zjowowen/GenerativeRL_Preview.git
git clone https://github.com/opendilab/GenerativeRL_Preview.git
cd GenerativeRL_Preview
pip install -e .
```

或者你可以使用 Docker 镜像:
```bash
docker pull zjowowen/grl:torch2.3.0-cuda12.1-cudnn8-runtime
docker run -it --rm --gpus all zjowowen/grl:torch2.3.0-cuda12.1-cudnn8-runtime /bin/bash
docker pull opendilab/grl:torch2.3.0-cuda12.1-cudnn8-runtime
docker run -it --rm --gpus all opendilab/grl:torch2.3.0-cuda12.1-cudnn8-runtime /bin/bash
```

## 启动
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ If you want to try a preview of the latest features, you can install the latest

.. code-block:: console
$ pip install git+https://github.com/zjowowen/GenerativeRL_Preview.git
$ pip install git+https://github.com/opendilab/GenerativeRL_Preview.git

0 comments on commit d0e68c0

Please sign in to comment.