Template repository to create new agents for Upkie wheeled bipeds.
- Create a new repository from this template
- Replace
LICENSEwith the license of your choice (the default one is Apache-2.0) - Update your project name and dependencies in
pyproject.toml - Rename the
new_agentdirectory to your agent's name - Replace occurrences of "new_agent" by this directory name in
pyproject.toml - Implement your agent in this directory
This project uses pixi to run tasks:
- Start a simulation:
pixi run simulation - Run the agent:
pixi run agent
You can use the Makefile to deploy the agent to your robot:
make pack_pixi_envto package the Python environmentmake uploadto upload the agent to the robot- Log into the robot and go to the agent directory
make unpack_pixi_envto unpack the Python environmentmake run_agentto run the agent