Update README.md
Browse files
README.md
CHANGED
@@ -49,6 +49,9 @@ The model has been pretrained on a subset of OXE for 300k steps and finetuned fo
|
|
49 |
|
50 |
## Usage
|
51 |
|
|
|
|
|
|
|
52 |
```python
|
53 |
obs = {
|
54 |
"rgb_obs": {
|
|
|
49 |
|
50 |
## Usage
|
51 |
|
52 |
+
Check out our full model implementation on Github [MoDE_Diffusion_Policy](https://github.com/intuitive-robots/MoDE_Diffusion_Policy) and follow the instructions in the readme to test the model on one of the environments.
|
53 |
+
|
54 |
+
|
55 |
```python
|
56 |
obs = {
|
57 |
"rgb_obs": {
|