Update README.md
Browse files
README.md
CHANGED
@@ -51,6 +51,8 @@ The model has been pretrained on a subset of OXE for 300k steps and finetuned fo
|
|
51 |
|
52 |
## Usage
|
53 |
|
|
|
|
|
54 |
```python
|
55 |
obs = {
|
56 |
"rgb_obs": {
|
|
|
51 |
|
52 |
## Usage
|
53 |
|
54 |
+
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.
|
55 |
+
|
56 |
```python
|
57 |
obs = {
|
58 |
"rgb_obs": {
|