Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
CUN-bjy committed Apr 8, 2021
1 parent ec102e5 commit b8d0190
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ STATUS : [`IN PROGRESS`](https://github.com/CUN-bjy/policy-distillation-baseline


## Manuals

### Installation
## Installation

```bash
git clone https://github.com/CUN-bjy/policy-distillation-baselines.git
Expand All @@ -32,7 +30,7 @@ With every moment of using this package, you should source the `venv`. plz `sou



### Enjoy a Trained Agent
## Enjoy a Trained Agent

```bash
python classroom.py --algo algo_name --env env_id
Expand All @@ -45,13 +43,13 @@ see the details [link](https://github.com/DLR-RM/rl-baselines3-zoo#enjoy-a-train



### Policy Distillation
## Policy Distillation

Distillation from trained teacher agent to pure student agent.

*(I only tested on TD3, AntBulletEnv-v0 environment so that I cannot not sure running other algorithms.*

***PR is wellcome**!)*
**PR is wellcome**!)

```bash
python policy_distillation.py
Expand Down

0 comments on commit b8d0190

Please sign in to comment.