kengboon commited on
Commit
3fcc4d0
·
verified ·
1 Parent(s): e4306f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,8 +1,5 @@
1
  ---
2
  pipeline_tag: reinforcement-learning
3
- library_name: pytorch
4
- language:
5
- - en
6
  tags:
7
  - reinforcement-learning
8
  - deep-reinforcement-learning
@@ -14,7 +11,7 @@ tags:
14
  - autonomous-vehicle
15
  model-index:
16
  - name: sac_v2-230704203226
17
- results:
18
  - task:
19
  type: reinforcement-learning
20
  name: reinforcement-learning
@@ -26,7 +23,7 @@ model-index:
26
  value: 0.53 - 0.72
27
  name: mean-reward
28
  - name: sac_v2_lstm-230706072839
29
- results:
30
  - task:
31
  type: reinforcement-learning
32
  name: reinforcement-learning
@@ -37,7 +34,7 @@ model-index:
37
  - type: mean-reward
38
  value: 0.62 - 0.76
39
  name: mean-reward
40
-
41
  ---
42
 
43
  This repository contains model weights for the agents performing in [RoadEnv](https://github.com/kengboon/RoadEnv).
@@ -48,6 +45,9 @@ This repository contains model weights for the agents performing in [RoadEnv](ht
48
  - Soft Actor-Critic (SAC) [[Agent](https://github.com/kengboon/RoadEnv/blob/main/rl_algorithms2/sac_v2.py)] [[Training](https://github.com/kengboon/RoadEnv/blob/main/scripts/training-sac_v2-2.py)] [[Test](https://github.com/kengboon/RoadEnv/blob/main/scripts/test-sac_v2.py)]
49
 
50
  ## Usage
 
 
 
51
  ```Python
52
  # Register environment
53
  from road_env import register_road_envs
 
1
  ---
2
  pipeline_tag: reinforcement-learning
 
 
 
3
  tags:
4
  - reinforcement-learning
5
  - deep-reinforcement-learning
 
11
  - autonomous-vehicle
12
  model-index:
13
  - name: sac_v2-230704203226
14
+ results:
15
  - task:
16
  type: reinforcement-learning
17
  name: reinforcement-learning
 
23
  value: 0.53 - 0.72
24
  name: mean-reward
25
  - name: sac_v2_lstm-230706072839
26
+ results:
27
  - task:
28
  type: reinforcement-learning
29
  name: reinforcement-learning
 
34
  - type: mean-reward
35
  value: 0.62 - 0.76
36
  name: mean-reward
37
+ license: cc-by-4.0
38
  ---
39
 
40
  This repository contains model weights for the agents performing in [RoadEnv](https://github.com/kengboon/RoadEnv).
 
45
  - Soft Actor-Critic (SAC) [[Agent](https://github.com/kengboon/RoadEnv/blob/main/rl_algorithms2/sac_v2.py)] [[Training](https://github.com/kengboon/RoadEnv/blob/main/scripts/training-sac_v2-2.py)] [[Test](https://github.com/kengboon/RoadEnv/blob/main/scripts/test-sac_v2.py)]
46
 
47
  ## Usage
48
+
49
+ See the [getting started](https://github.com/kengboon/RoadEnv?tab=readme-ov-file#get-started) section of [RoadEnv](https://github.com/kengboon/RoadEnv).
50
+
51
  ```Python
52
  # Register environment
53
  from road_env import register_road_envs