Jason Peng commited on
Commit ·
2f14030
1
Parent(s): 1f4fab5
initial commit
Browse files- README.md +21 -0
- tqc-xArm7Slide-v3.pkl +3 -0
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
This is a pre-trained model (TQC agent) for **XArm7Slide-v3** simulation task env, defined in [here](https://github.com/xArm-Developer/uf-gym).
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
Hyperparameters:
|
| 9 |
+
|
| 10 |
+
```python
|
| 11 |
+
OrderedDict([
|
| 12 |
+
('batch_size', 2048),
|
| 13 |
+
('buffer_size', 1000000),
|
| 14 |
+
('ent_coef', 'auto'),
|
| 15 |
+
('gamma', 0.95),
|
| 16 |
+
('learning_rate', 0.001),
|
| 17 |
+
('learning_starts', 100),
|
| 18 |
+
('policy', 'MultiInputPolicy'),
|
| 19 |
+
('policy_kwargs', dict(net_arch=[512, 512, 512], n_critics=2)),
|
| 20 |
+
('replay_buffer_class', HerReplayBuffer),
|
| 21 |
+
('replay_buffer_kwargs', dict( goal_selection_strategy='future', n_sampled_goal=4)),
|
| 22 |
+
('tau', 0.05)
|
| 23 |
+
])
|
| 24 |
+
```
|
tqc-xArm7Slide-v3.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef5dd3fc12a44ad4aeafdab545d0fe8760111c7b65d53fd11c45c0d7490c7477
|
| 3 |
+
size 24232474
|