tinysim 0.0.1__tar.gz → 0.0.2__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.
Files changed (38) hide show
  1. {tinysim-0.0.1 → tinysim-0.0.2}/PKG-INFO +3 -3
  2. {tinysim-0.0.1 → tinysim-0.0.2}/README.md +2 -2
  3. {tinysim-0.0.1 → tinysim-0.0.2}/pyproject.toml +1 -1
  4. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim.egg-info/PKG-INFO +3 -3
  5. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim_warp/cart_pole/__init__.py +1 -1
  6. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim_warp/quadruped/__init__.py +1 -1
  7. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim_warp/simple_quadruped/__init__.py +1 -1
  8. {tinysim-0.0.1 → tinysim-0.0.2}/setup.cfg +0 -0
  9. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/__init__.py +0 -0
  10. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/_tk_base.py +0 -0
  11. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/flappy/__init__.py +0 -0
  12. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/flappy/sim.js +0 -0
  13. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/flappy/tk.py +0 -0
  14. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/flappy/widget.py +0 -0
  15. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/frogger/__init__.py +0 -0
  16. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/frogger/sim.js +0 -0
  17. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/frogger/tk.py +0 -0
  18. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/frogger/widget.py +0 -0
  19. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/mountain_car/__init__.py +0 -0
  20. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/mountain_car/sim.js +0 -0
  21. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/mountain_car/styles.css +0 -0
  22. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/mountain_car/tk.py +0 -0
  23. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/mountain_car/widget.py +0 -0
  24. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/simple_amr/__init__.py +0 -0
  25. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/simple_amr/example_maps.py +0 -0
  26. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/simple_amr/sim.js +0 -0
  27. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/simple_amr/styles.css +0 -0
  28. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/simple_amr/widget.py +0 -0
  29. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/topdown_driving/__init__.py +0 -0
  30. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/topdown_driving/sim.js +0 -0
  31. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/topdown_driving/tk.py +0 -0
  32. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/topdown_driving/track_0.json +0 -0
  33. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim/topdown_driving/widget.py +0 -0
  34. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim.egg-info/SOURCES.txt +0 -0
  35. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim.egg-info/dependency_links.txt +0 -0
  36. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim.egg-info/requires.txt +0 -0
  37. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim.egg-info/top_level.txt +0 -0
  38. {tinysim-0.0.1 → tinysim-0.0.2}/tinysim_warp/simple_quadruped/simple_quadruped.urdf +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tinysim
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: small modular simulation environments
5
5
  Author-email: Matthew Taylor <matthew.taylor.andre@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/MatthewAndreTaylor/TinySim
@@ -27,8 +27,8 @@ Requires-Dist: warp-lang==1.8.1; extra == "warp"
27
27
 
28
28
  # TinySim
29
29
 
30
- [![PyPI](https://img.shields.io/pypi/v/coderbot-sim.svg)](https://pypi.org/project/coderbot-sim)
31
- [![Jupyterlite](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://matthewandretaylor.github.io/CoderBots/lab?path=example.ipynb)
30
+ [![PyPI](https://img.shields.io/pypi/v/tinysim.svg)](https://pypi.org/project/tinysim)
31
+ [![Jupyterlite](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://matthewandretaylor.github.io/TinySim/lab?path=example.ipynb)
32
32
 
33
33
  The goal of this project is to create more minimal simulation environments for robotics and machine learning.
34
34
 
@@ -1,8 +1,8 @@
1
1
 
2
2
  # TinySim
3
3
 
4
- [![PyPI](https://img.shields.io/pypi/v/coderbot-sim.svg)](https://pypi.org/project/coderbot-sim)
5
- [![Jupyterlite](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://matthewandretaylor.github.io/CoderBots/lab?path=example.ipynb)
4
+ [![PyPI](https://img.shields.io/pypi/v/tinysim.svg)](https://pypi.org/project/tinysim)
5
+ [![Jupyterlite](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://matthewandretaylor.github.io/TinySim/lab?path=example.ipynb)
6
6
 
7
7
  The goal of this project is to create more minimal simulation environments for robotics and machine learning.
8
8
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tinysim"
3
- version = "0.0.1"
3
+ version = "0.0.2"
4
4
  description = "small modular simulation environments"
5
5
  authors = [
6
6
  {name = "Matthew Taylor", email = "matthew.taylor.andre@gmail.com"},
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tinysim
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: small modular simulation environments
5
5
  Author-email: Matthew Taylor <matthew.taylor.andre@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/MatthewAndreTaylor/TinySim
@@ -27,8 +27,8 @@ Requires-Dist: warp-lang==1.8.1; extra == "warp"
27
27
 
28
28
  # TinySim
29
29
 
30
- [![PyPI](https://img.shields.io/pypi/v/coderbot-sim.svg)](https://pypi.org/project/coderbot-sim)
31
- [![Jupyterlite](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://matthewandretaylor.github.io/CoderBots/lab?path=example.ipynb)
30
+ [![PyPI](https://img.shields.io/pypi/v/tinysim.svg)](https://pypi.org/project/tinysim)
31
+ [![Jupyterlite](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://matthewandretaylor.github.io/TinySim/lab?path=example.ipynb)
32
32
 
33
33
  The goal of this project is to create more minimal simulation environments for robotics and machine learning.
34
34
 
@@ -6,7 +6,7 @@ try:
6
6
  import warp.sim.render
7
7
  except ImportError:
8
8
  raise ImportError(
9
- "Warp is not installed. Install using `pip install coderbot_sim[warp]`"
9
+ "Warp is not installed. Install using `pip install tinysim[warp]`"
10
10
  )
11
11
 
12
12
  import numpy as np
@@ -9,7 +9,7 @@ try:
9
9
  import warp.sim.render
10
10
  except ImportError:
11
11
  raise ImportError(
12
- "Warp is not installed. Install using `pip install coderbot_sim[warp]`"
12
+ "Warp is not installed. Install using `pip install tinysim[warp]`"
13
13
  )
14
14
 
15
15
 
@@ -9,7 +9,7 @@ try:
9
9
  import warp.sim.render
10
10
  except ImportError:
11
11
  raise ImportError(
12
- "Warp is not installed. Install using `pip install coderbot_sim[warp]`"
12
+ "Warp is not installed. Install using `pip install tinysim[warp]`"
13
13
  )
14
14
 
15
15
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes