mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-23 16:54:56 +00:00
| .. | ||
| .gitignore | ||
| __init__.py | ||
| dataset_scr.py | ||
| grpo.py | ||
| llm_label.py | ||
| prepare_push_hf_dataset.py | ||
| pyrender_utils.py | ||
| README.md | ||
| render_stl.py | ||
| test_rendered_sphere_views.png | ||
| test_renderer_example.py | ||
Physical Environment
Our project is a physical environment to train LLMs to generate STL files, the same files used in physical CAD designs.
Setup
$ pip install pyrender trimesh pyglet matplotlib torch transformers pydantic vllm numpy requests tenacity wandb
Shared libraries for Ubuntu GL rendering.
$ sudo apt-get install libglfw3-dev libgles2-mesa-dev libnvidia-gl-570-server