File size: 660 Bytes
1f4fab5 2f14030 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
license: mit
---
This is a pre-trained model (TQC agent) for **XArm7Slide-v3** simulation task env, defined in [here](https://github.com/xArm-Developer/uf-gym).
Hyperparameters:
```python
OrderedDict([
('batch_size', 2048),
('buffer_size', 1000000),
('ent_coef', 'auto'),
('gamma', 0.95),
('learning_rate', 0.001),
('learning_starts', 100),
('policy', 'MultiInputPolicy'),
('policy_kwargs', dict(net_arch=[512, 512, 512], n_critics=2)),
('replay_buffer_class', HerReplayBuffer),
('replay_buffer_kwargs', dict( goal_selection_strategy='future', n_sampled_goal=4)),
('tau', 0.05)
])
``` |