You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use Octo as an agent/policy you need to create a new conda environment:
@@ -134,6 +146,9 @@ pip install -ve .
134
146
135
147
```
136
148
149
+
### Diffusion Policy
150
+
Currently located on the branch `diffusion_policy`.
151
+
137
152
## Usage
138
153
To start an vlagents server use the `start-server` command where `kwargs` is a dictionary of the constructor arguments of the policy you want to start e.g.
139
154
```shell
@@ -190,9 +205,8 @@ If you find the agent useful for your work, please consider citing the original
0 commit comments