Update README.md
Browse files
README.md
CHANGED
@@ -6,10 +6,11 @@ language:
|
|
6 |
tags:
|
7 |
- reinforcement-learning
|
8 |
- deep-reinforcement-learning
|
|
|
9 |
- pytorch
|
10 |
- gymnasium
|
11 |
- collision-avoidance
|
12 |
- navigation
|
13 |
---
|
14 |
|
15 |
-
[
|
|
|
6 |
tags:
|
7 |
- reinforcement-learning
|
8 |
- deep-reinforcement-learning
|
9 |
+
- robotics
|
10 |
- pytorch
|
11 |
- gymnasium
|
12 |
- collision-avoidance
|
13 |
- navigation
|
14 |
---
|
15 |
|
16 |
+
This repository contains model weights for the agent performing in [RoadEnv](https://github.com/kengboon/RoadEnv).
|