Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Code and data to reproduce the analyses and figures for the Epoch AI Data Insight "Compute is not a bottleneck for robotic manipulation"

License

NotificationsYou must be signed in to change notification settings

epoch-research/robotic-manipulation-compute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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/.

Repository structure

  • 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.

Quick start

  • 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 lab

    Openanalysis.ipynb and 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

Citation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp