tinysim 0.0.1__tar.gz → 0.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tinysim-0.0.3/PKG-INFO +80 -0
- tinysim-0.0.3/README.md +52 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/pyproject.toml +8 -3
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/frogger/tk.py +6 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/topdown_driving/widget.py +3 -4
- tinysim-0.0.3/tinysim.egg-info/PKG-INFO +80 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim.egg-info/SOURCES.txt +12 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim.egg-info/requires.txt +3 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim.egg-info/top_level.txt +1 -0
- tinysim-0.0.3/tinysim_mujoco/__init__.py +0 -0
- tinysim-0.0.3/tinysim_mujoco/unitree_a1/__init__.py +354 -0
- tinysim-0.0.3/tinysim_mujoco/unitree_a1/unitree_a1/CHANGELOG.md +6 -0
- tinysim-0.0.3/tinysim_mujoco/unitree_a1/unitree_a1/LICENSE +29 -0
- tinysim-0.0.3/tinysim_mujoco/unitree_a1/unitree_a1/README.md +41 -0
- tinysim-0.0.3/tinysim_mujoco/unitree_a1/unitree_a1/a1.xml +206 -0
- tinysim-0.0.3/tinysim_mujoco/unitree_a1/unitree_a1/assets/calf.obj +141854 -0
- tinysim-0.0.3/tinysim_mujoco/unitree_a1/unitree_a1/assets/hip.obj +53148 -0
- tinysim-0.0.3/tinysim_mujoco/unitree_a1/unitree_a1/assets/thigh.obj +86609 -0
- tinysim-0.0.3/tinysim_mujoco/unitree_a1/unitree_a1/assets/thigh_mirror.obj +89990 -0
- tinysim-0.0.3/tinysim_mujoco/unitree_a1/unitree_a1/assets/trunk.obj +170318 -0
- tinysim-0.0.3/tinysim_mujoco/unitree_a1/unitree_a1/scene.xml +23 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim_warp/cart_pole/__init__.py +3 -3
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim_warp/quadruped/__init__.py +3 -3
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim_warp/simple_quadruped/__init__.py +3 -3
- tinysim-0.0.1/PKG-INFO +0 -56
- tinysim-0.0.1/README.md +0 -30
- tinysim-0.0.1/tinysim.egg-info/PKG-INFO +0 -56
- {tinysim-0.0.1 → tinysim-0.0.3}/setup.cfg +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/__init__.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/_tk_base.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/flappy/__init__.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/flappy/sim.js +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/flappy/tk.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/flappy/widget.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/frogger/__init__.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/frogger/sim.js +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/frogger/widget.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/mountain_car/__init__.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/mountain_car/sim.js +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/mountain_car/styles.css +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/mountain_car/tk.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/mountain_car/widget.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/simple_amr/__init__.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/simple_amr/example_maps.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/simple_amr/sim.js +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/simple_amr/styles.css +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/simple_amr/widget.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/topdown_driving/__init__.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/topdown_driving/sim.js +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/topdown_driving/tk.py +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim/topdown_driving/track_0.json +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim.egg-info/dependency_links.txt +0 -0
- {tinysim-0.0.1 → tinysim-0.0.3}/tinysim_warp/simple_quadruped/simple_quadruped.urdf +0 -0
tinysim-0.0.3/PKG-INFO
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tinysim
|
|
3
|
+
Version: 0.0.3
|
|
4
|
+
Summary: small modular simulation environments
|
|
5
|
+
Author-email: Matthew Taylor <matthew.taylor.andre@gmail.com>
|
|
6
|
+
Project-URL: Homepage, https://github.com/MatthewAndreTaylor/TinySim
|
|
7
|
+
Keywords: jupyter,simulation
|
|
8
|
+
Classifier: Framework :: Jupyter
|
|
9
|
+
Classifier: Framework :: Jupyter :: JupyterLab
|
|
10
|
+
Classifier: Framework :: Jupyter :: JupyterLab :: 4
|
|
11
|
+
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
|
|
12
|
+
Classifier: Programming Language :: Python
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Requires-Python: >=3.9
|
|
20
|
+
Description-Content-Type: text/markdown
|
|
21
|
+
Requires-Dist: numpy
|
|
22
|
+
Requires-Dist: anywidget
|
|
23
|
+
Requires-Dist: jupyter-ui-poll
|
|
24
|
+
Provides-Extra: warp
|
|
25
|
+
Requires-Dist: warp-lang==1.8.1; extra == "warp"
|
|
26
|
+
Provides-Extra: mujoco
|
|
27
|
+
Requires-Dist: mujoco; extra == "mujoco"
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# TinySim
|
|
31
|
+
|
|
32
|
+
[](https://pypi.org/project/tinysim)
|
|
33
|
+
[](https://matthewandretaylor.github.io/TinySim/lab?path=example.ipynb)
|
|
34
|
+
|
|
35
|
+
The goal of this project is to create more minimal simulation environments for robotics and machine learning.
|
|
36
|
+
|
|
37
|
+
Existing solutions like [ROS 2](https://github.com/ros2) and [Gymnasium](https://gymnasium.farama.org/) come with many heavy dependencies.
|
|
38
|
+
|
|
39
|
+
Additionally they are usually difficult to get setup and may require domain specific knowledge to use.
|
|
40
|
+
Simulation environments should be able to run in any notebook environment and require fewer dependencies.
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## Get Started 🚀
|
|
44
|
+
|
|
45
|
+
To use the baseline Python only simulation environments.
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
pip install tinysim
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
| [MountainCarEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/mountain_car) | [TopDownDrivingEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/topdown_driving) |
|
|
52
|
+
|:-------------------------:|:-------------------------:|
|
|
53
|
+
| <img width="312" alt="mountain_car" src="https://github.com/user-attachments/assets/adbde7f4-6b4e-4c06-8dd3-ea278d5576ad" /> | <img width="312" alt="topdown_driving" src="https://github.com/user-attachments/assets/79dcbf45-055e-4a4e-b6ff-38e938e99a4e" /> |
|
|
54
|
+
|
|
55
|
+
| [FroggerEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/frogger) | [FlappyEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/flappy) |
|
|
56
|
+
|:-------------------------:|:-------------------------:|
|
|
57
|
+
| <img width="312" alt="frogger" src="https://github.com/user-attachments/assets/bb9a8382-b9a0-4280-ae23-cbd02e2d78f6" /> | <img width="312" alt="flappy" src="https://github.com/user-attachments/assets/b5e2a502-d9fe-4ff1-9e4e-a47f7e50ebd9" /> |
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
To use the [warp](https://github.com/NVIDIA/warp) simulation environments.
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
pip install tinysim[warp]
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
| [CartPoleBaseEnv](https://github.com/MatthewAndreTaylor/TinySim/tree/main/tinysim_warp/cart_pole) | [SimpleRobotDogBaseEnv](https://github.com/MatthewAndreTaylor/TinySim/tree/main/tinysim_warp/simple_quadruped) |
|
|
67
|
+
|:-------------------------:|:-------------------------:|
|
|
68
|
+
| <img width="312" alt="warp_cart_pole" src="https://github.com/user-attachments/assets/f29f3749-d836-4afa-9f27-8578aca020dc" /> | <img width="312" alt="warp_simple_quadruped" src="https://github.com/user-attachments/assets/a966e881-358e-47ee-b0e1-b67eba903987" /> |
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
To use the [mujoco](https://github.com/google-deepmind/mujoco) simulation environments.
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
pip install tinysim[mujoco]
|
|
75
|
+
```
|
|
76
|
+
| [UnitreeA1WalkEnv](https://github.com/MatthewAndreTaylor/TinySim/tree/main/tinysim_mujoco/unitree_a1) |
|
|
77
|
+
|:-------------------------:|
|
|
78
|
+
| <img width="312" alt="mujoco_sim" src="https://github.com/user-attachments/assets/1109488e-0563-4694-8926-682edd0c8278" /> |
|
|
79
|
+
|
|
80
|
+
|
tinysim-0.0.3/README.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
|
|
2
|
+
# TinySim
|
|
3
|
+
|
|
4
|
+
[](https://pypi.org/project/tinysim)
|
|
5
|
+
[](https://matthewandretaylor.github.io/TinySim/lab?path=example.ipynb)
|
|
6
|
+
|
|
7
|
+
The goal of this project is to create more minimal simulation environments for robotics and machine learning.
|
|
8
|
+
|
|
9
|
+
Existing solutions like [ROS 2](https://github.com/ros2) and [Gymnasium](https://gymnasium.farama.org/) come with many heavy dependencies.
|
|
10
|
+
|
|
11
|
+
Additionally they are usually difficult to get setup and may require domain specific knowledge to use.
|
|
12
|
+
Simulation environments should be able to run in any notebook environment and require fewer dependencies.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## Get Started 🚀
|
|
16
|
+
|
|
17
|
+
To use the baseline Python only simulation environments.
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
pip install tinysim
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
| [MountainCarEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/mountain_car) | [TopDownDrivingEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/topdown_driving) |
|
|
24
|
+
|:-------------------------:|:-------------------------:|
|
|
25
|
+
| <img width="312" alt="mountain_car" src="https://github.com/user-attachments/assets/adbde7f4-6b4e-4c06-8dd3-ea278d5576ad" /> | <img width="312" alt="topdown_driving" src="https://github.com/user-attachments/assets/79dcbf45-055e-4a4e-b6ff-38e938e99a4e" /> |
|
|
26
|
+
|
|
27
|
+
| [FroggerEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/frogger) | [FlappyEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/flappy) |
|
|
28
|
+
|:-------------------------:|:-------------------------:|
|
|
29
|
+
| <img width="312" alt="frogger" src="https://github.com/user-attachments/assets/bb9a8382-b9a0-4280-ae23-cbd02e2d78f6" /> | <img width="312" alt="flappy" src="https://github.com/user-attachments/assets/b5e2a502-d9fe-4ff1-9e4e-a47f7e50ebd9" /> |
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
To use the [warp](https://github.com/NVIDIA/warp) simulation environments.
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
pip install tinysim[warp]
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
| [CartPoleBaseEnv](https://github.com/MatthewAndreTaylor/TinySim/tree/main/tinysim_warp/cart_pole) | [SimpleRobotDogBaseEnv](https://github.com/MatthewAndreTaylor/TinySim/tree/main/tinysim_warp/simple_quadruped) |
|
|
39
|
+
|:-------------------------:|:-------------------------:|
|
|
40
|
+
| <img width="312" alt="warp_cart_pole" src="https://github.com/user-attachments/assets/f29f3749-d836-4afa-9f27-8578aca020dc" /> | <img width="312" alt="warp_simple_quadruped" src="https://github.com/user-attachments/assets/a966e881-358e-47ee-b0e1-b67eba903987" /> |
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
To use the [mujoco](https://github.com/google-deepmind/mujoco) simulation environments.
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
pip install tinysim[mujoco]
|
|
47
|
+
```
|
|
48
|
+
| [UnitreeA1WalkEnv](https://github.com/MatthewAndreTaylor/TinySim/tree/main/tinysim_mujoco/unitree_a1) |
|
|
49
|
+
|:-------------------------:|
|
|
50
|
+
| <img width="312" alt="mujoco_sim" src="https://github.com/user-attachments/assets/1109488e-0563-4694-8926-682edd0c8278" /> |
|
|
51
|
+
|
|
52
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tinysim"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.3"
|
|
4
4
|
description = "small modular simulation environments"
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "Matthew Taylor", email = "matthew.taylor.andre@gmail.com"},
|
|
@@ -30,6 +30,7 @@ dependencies = [
|
|
|
30
30
|
|
|
31
31
|
[project.optional-dependencies]
|
|
32
32
|
warp = ["warp-lang==1.8.1"]
|
|
33
|
+
mujoco = ["mujoco"]
|
|
33
34
|
|
|
34
35
|
[project.readme]
|
|
35
36
|
file = "README.md"
|
|
@@ -40,11 +41,15 @@ requires = ["setuptools>=61.0", "wheel"]
|
|
|
40
41
|
build-backend = "setuptools.build_meta"
|
|
41
42
|
|
|
42
43
|
[tool.setuptools]
|
|
43
|
-
packages = ["tinysim", "tinysim_warp"]
|
|
44
|
+
packages = ["tinysim", "tinysim_warp", "tinysim_mujoco"]
|
|
44
45
|
include-package-data = true
|
|
45
46
|
|
|
46
47
|
[tool.setuptools.package-data]
|
|
47
48
|
tinysim = ["**/*"]
|
|
48
49
|
tinysim_warp = ["**/*"]
|
|
50
|
+
tinysim_mujoco = ["**/*"]
|
|
49
51
|
|
|
50
|
-
|
|
52
|
+
[tool.setuptools.exclude-package-data]
|
|
53
|
+
tinysim = ["**/*.png"]
|
|
54
|
+
tinysim_warp = ["**/*.png"]
|
|
55
|
+
tinysim_mujoco = ["**/*.png"]
|
|
@@ -21,6 +21,8 @@ class FroggerTkFrontend(_tk_base.TkBaseFrontend):
|
|
|
21
21
|
self.sim_env = sim_env
|
|
22
22
|
self._viewport_size = viewport_size
|
|
23
23
|
|
|
24
|
+
self.keys = set()
|
|
25
|
+
|
|
24
26
|
async def step(self, action, dt=0.01):
|
|
25
27
|
state = self.sim_env.step(action, dt=dt)
|
|
26
28
|
if self._root:
|
|
@@ -42,6 +44,10 @@ class FroggerTkFrontend(_tk_base.TkBaseFrontend):
|
|
|
42
44
|
canvas.pack(fill="both", expand=True)
|
|
43
45
|
self._root = root
|
|
44
46
|
self._canvas = canvas
|
|
47
|
+
|
|
48
|
+
root.bind("<KeyPress>", lambda e: self.keys.add(e.keysym))
|
|
49
|
+
root.bind("<KeyRelease>", lambda e: self.keys.discard(e.keysym))
|
|
50
|
+
|
|
45
51
|
self.bring_to_front(root)
|
|
46
52
|
self._draw_state(self.sim_env)
|
|
47
53
|
self._pump()
|
|
@@ -14,7 +14,7 @@ class TopDownDrivingWidget(anywidget.AnyWidget):
|
|
|
14
14
|
|
|
15
15
|
sim_state = traitlets.Dict(default_value={}).tag(sync=True)
|
|
16
16
|
wall_positions = traitlets.List(default_value=LOCAL_WALLS).tag(sync=True)
|
|
17
|
-
|
|
17
|
+
|
|
18
18
|
_viewport_size = traitlets.Tuple(
|
|
19
19
|
traitlets.Int(), traitlets.Int(), default_value=(800, 600)
|
|
20
20
|
).tag(sync=True)
|
|
@@ -38,8 +38,7 @@ class TopDownDrivingWidget(anywidget.AnyWidget):
|
|
|
38
38
|
ui_poll(100)
|
|
39
39
|
except Exception:
|
|
40
40
|
pass
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
|
|
43
42
|
def copy_py_state(self, sim_state: dict):
|
|
44
43
|
self.sim_state = {
|
|
45
44
|
"x": sim_state["x"].tolist(),
|
|
@@ -57,4 +56,4 @@ class TopDownDrivingWidget(anywidget.AnyWidget):
|
|
|
57
56
|
async def reset(self) -> dict:
|
|
58
57
|
sim_state = self.sim_env.reset()
|
|
59
58
|
self.copy_py_state(sim_state)
|
|
60
|
-
return sim_state
|
|
59
|
+
return sim_state
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tinysim
|
|
3
|
+
Version: 0.0.3
|
|
4
|
+
Summary: small modular simulation environments
|
|
5
|
+
Author-email: Matthew Taylor <matthew.taylor.andre@gmail.com>
|
|
6
|
+
Project-URL: Homepage, https://github.com/MatthewAndreTaylor/TinySim
|
|
7
|
+
Keywords: jupyter,simulation
|
|
8
|
+
Classifier: Framework :: Jupyter
|
|
9
|
+
Classifier: Framework :: Jupyter :: JupyterLab
|
|
10
|
+
Classifier: Framework :: Jupyter :: JupyterLab :: 4
|
|
11
|
+
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
|
|
12
|
+
Classifier: Programming Language :: Python
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Requires-Python: >=3.9
|
|
20
|
+
Description-Content-Type: text/markdown
|
|
21
|
+
Requires-Dist: numpy
|
|
22
|
+
Requires-Dist: anywidget
|
|
23
|
+
Requires-Dist: jupyter-ui-poll
|
|
24
|
+
Provides-Extra: warp
|
|
25
|
+
Requires-Dist: warp-lang==1.8.1; extra == "warp"
|
|
26
|
+
Provides-Extra: mujoco
|
|
27
|
+
Requires-Dist: mujoco; extra == "mujoco"
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# TinySim
|
|
31
|
+
|
|
32
|
+
[](https://pypi.org/project/tinysim)
|
|
33
|
+
[](https://matthewandretaylor.github.io/TinySim/lab?path=example.ipynb)
|
|
34
|
+
|
|
35
|
+
The goal of this project is to create more minimal simulation environments for robotics and machine learning.
|
|
36
|
+
|
|
37
|
+
Existing solutions like [ROS 2](https://github.com/ros2) and [Gymnasium](https://gymnasium.farama.org/) come with many heavy dependencies.
|
|
38
|
+
|
|
39
|
+
Additionally they are usually difficult to get setup and may require domain specific knowledge to use.
|
|
40
|
+
Simulation environments should be able to run in any notebook environment and require fewer dependencies.
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## Get Started 🚀
|
|
44
|
+
|
|
45
|
+
To use the baseline Python only simulation environments.
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
pip install tinysim
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
| [MountainCarEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/mountain_car) | [TopDownDrivingEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/topdown_driving) |
|
|
52
|
+
|:-------------------------:|:-------------------------:|
|
|
53
|
+
| <img width="312" alt="mountain_car" src="https://github.com/user-attachments/assets/adbde7f4-6b4e-4c06-8dd3-ea278d5576ad" /> | <img width="312" alt="topdown_driving" src="https://github.com/user-attachments/assets/79dcbf45-055e-4a4e-b6ff-38e938e99a4e" /> |
|
|
54
|
+
|
|
55
|
+
| [FroggerEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/frogger) | [FlappyEnv](https://github.com/MatthewAndreTaylor/TinySim/blob/main/tinysim/flappy) |
|
|
56
|
+
|:-------------------------:|:-------------------------:|
|
|
57
|
+
| <img width="312" alt="frogger" src="https://github.com/user-attachments/assets/bb9a8382-b9a0-4280-ae23-cbd02e2d78f6" /> | <img width="312" alt="flappy" src="https://github.com/user-attachments/assets/b5e2a502-d9fe-4ff1-9e4e-a47f7e50ebd9" /> |
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
To use the [warp](https://github.com/NVIDIA/warp) simulation environments.
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
pip install tinysim[warp]
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
| [CartPoleBaseEnv](https://github.com/MatthewAndreTaylor/TinySim/tree/main/tinysim_warp/cart_pole) | [SimpleRobotDogBaseEnv](https://github.com/MatthewAndreTaylor/TinySim/tree/main/tinysim_warp/simple_quadruped) |
|
|
67
|
+
|:-------------------------:|:-------------------------:|
|
|
68
|
+
| <img width="312" alt="warp_cart_pole" src="https://github.com/user-attachments/assets/f29f3749-d836-4afa-9f27-8578aca020dc" /> | <img width="312" alt="warp_simple_quadruped" src="https://github.com/user-attachments/assets/a966e881-358e-47ee-b0e1-b67eba903987" /> |
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
To use the [mujoco](https://github.com/google-deepmind/mujoco) simulation environments.
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
pip install tinysim[mujoco]
|
|
75
|
+
```
|
|
76
|
+
| [UnitreeA1WalkEnv](https://github.com/MatthewAndreTaylor/TinySim/tree/main/tinysim_mujoco/unitree_a1) |
|
|
77
|
+
|:-------------------------:|
|
|
78
|
+
| <img width="312" alt="mujoco_sim" src="https://github.com/user-attachments/assets/1109488e-0563-4694-8926-682edd0c8278" /> |
|
|
79
|
+
|
|
80
|
+
|
|
@@ -30,6 +30,18 @@ tinysim/topdown_driving/sim.js
|
|
|
30
30
|
tinysim/topdown_driving/tk.py
|
|
31
31
|
tinysim/topdown_driving/track_0.json
|
|
32
32
|
tinysim/topdown_driving/widget.py
|
|
33
|
+
tinysim_mujoco/__init__.py
|
|
34
|
+
tinysim_mujoco/unitree_a1/__init__.py
|
|
35
|
+
tinysim_mujoco/unitree_a1/unitree_a1/CHANGELOG.md
|
|
36
|
+
tinysim_mujoco/unitree_a1/unitree_a1/LICENSE
|
|
37
|
+
tinysim_mujoco/unitree_a1/unitree_a1/README.md
|
|
38
|
+
tinysim_mujoco/unitree_a1/unitree_a1/a1.xml
|
|
39
|
+
tinysim_mujoco/unitree_a1/unitree_a1/scene.xml
|
|
40
|
+
tinysim_mujoco/unitree_a1/unitree_a1/assets/calf.obj
|
|
41
|
+
tinysim_mujoco/unitree_a1/unitree_a1/assets/hip.obj
|
|
42
|
+
tinysim_mujoco/unitree_a1/unitree_a1/assets/thigh.obj
|
|
43
|
+
tinysim_mujoco/unitree_a1/unitree_a1/assets/thigh_mirror.obj
|
|
44
|
+
tinysim_mujoco/unitree_a1/unitree_a1/assets/trunk.obj
|
|
33
45
|
tinysim_warp/cart_pole/__init__.py
|
|
34
46
|
tinysim_warp/quadruped/__init__.py
|
|
35
47
|
tinysim_warp/simple_quadruped/__init__.py
|
|
File without changes
|