Skip to content

Commit

Permalink
contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 20, 2024
1 parent dd83dd2 commit d4d2fc9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,22 @@ loss.backward()
sampled_actions = model(vision, commands, joint_state, trajectory_length = 32) # (1, 32, 6)
```

## Contributing

At the project root, run

```bash
$ pip install . # or `uv pip install .`
```

Then add your tests to `tests/test_pi_zero.py` and run

```bash
$ pytest tests/
```

That's it

## Citation

```bibtex
Expand Down

0 comments on commit d4d2fc9

Please sign in to comment.