- Notifications
You must be signed in to change notification settings - Fork0
Code and data to reproduce the analyses and figures for the Epoch AI Data Insight "Compute is not a bottleneck for robotic manipulation"
License
epoch-research/robotic-manipulation-compute
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains the code and data to reproduce the analyses and figures for the Epoch AI Data Insight:Compute is not a bottleneck for robotic manipulation.
The workflow is centered on a single Jupyter notebook,analysis.ipynb, which reads input data fromdata/.
analysis.ipynb: End-to-end analysis notebook that reproduces results and figures.requirements.txt: Python dependencies to run the notebook.data/Robotics Models.csv: Core dataset of robotics models used in the analysis.ML Models-full view.csv: Epoch's AI Models dataset, filtered to frontier AI models in the analysis.robotics_models_docs.md: Definitions of key fields inRobotics Models.csv.
Setup
# from the repository root (this directory)python3 -m venv .venvsource .venv/bin/activate# Windows: .venv\Scripts\activatepip install -U pippip install -r requirements.txt
Run the analysis interactively
jupyter notebook# or: jupyter labOpen
analysis.ipynband Run All cells. Outputs (tables/figures) will appear inline in the notebook. Some cells may optionally save files; if so, they save to the repository directory.Run the analysis non-interactively (headless)
jupyter nbconvert --to notebook --execute --inplace analysis.ipynb
To generate a shareable HTML report:
jupyter nbconvert --to html --execute --output analysis.html analysis.ipynb
If you use this code or data, please follow the instructions to cite the article athttps://epoch.ai/data-insights/compute-for-robotic-manipulation.
About
Code and data to reproduce the analyses and figures for the Epoch AI Data Insight "Compute is not a bottleneck for robotic manipulation"
Resources
License
Uh oh!
There was an error while loading.Please reload this page.