├── src/ │ ├── agents/ # RL agent implementations │ ├── envs/ # Environment definitions │ └── utils/ # Utility functions and visualization ├── config/ # Configuration files ├── notebooks/ # Jupyter ...
It’s as simple as plug and play with nerfstudio! Nerfstudio provides a simple API that allows for a simplified end-to-end process of creating, training, and testing NeRFs. The library supports a more ...