tinysim 0.0.1__py3-none-any.whl → 0.0.2__py3-none-any.whl

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.
@@ -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
 
@@ -23,11 +23,11 @@ tinysim/topdown_driving/sim.js,sha256=5jmyQk4zp4KFhaG-uTsW_Cq1gHoIkR9d2Cv_ezDKar
23
23
  tinysim/topdown_driving/tk.py,sha256=8UB95ZjIJiUQeXC5w3pXkjukOJXfisLKrfIn0bVFzjU,4751
24
24
  tinysim/topdown_driving/track_0.json,sha256=3zPfPX72s5zxs4znoO8rXBqGNciai10Jbl2rFCaACow,15338
25
25
  tinysim/topdown_driving/widget.py,sha256=UqhV9Dps8BQTwTFP1g2wlmzql2ooAhAU8-YF8OmpoD8,1734
26
- tinysim_warp/cart_pole/__init__.py,sha256=fITV-kzKqhvgqek4_qBkL1OeAYFfdpv1Xp7PkM9h0EY,8349
27
- tinysim_warp/quadruped/__init__.py,sha256=GZUb4GGaVIVTgnm98DEthSmZ36uWxsGeHH7qafawtOE,6398
28
- tinysim_warp/simple_quadruped/__init__.py,sha256=iXnFzJQzDhhJtK0EYgJF8_4r-QMb7QtEbmdHxcul2_M,5334
26
+ tinysim_warp/cart_pole/__init__.py,sha256=TGtvBvQP6lh7ItOwdDyC-tMV-9N3GhgtjAcGvSPpgrk,8344
27
+ tinysim_warp/quadruped/__init__.py,sha256=HlC_DYrpvbTUwvlmBY8FUUQPfmqbPjS1hfNP_bXaljk,6393
28
+ tinysim_warp/simple_quadruped/__init__.py,sha256=sVyQoFVu_EiBNw1P1U9UfSLXNqyIjIks_XF1tyq3Rtk,5329
29
29
  tinysim_warp/simple_quadruped/simple_quadruped.urdf,sha256=UfyGROUD5Qlf_t5ISipE2L7uQPBl-hwFnmRsjNL9yH4,8311
30
- tinysim-0.0.1.dist-info/METADATA,sha256=T3JEKYm1o7dE59b_gMb_6PnYWEFz3MDWi6kJS-GBNfw,1954
31
- tinysim-0.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
32
- tinysim-0.0.1.dist-info/top_level.txt,sha256=JsBSgxajxod2mlNodBvwkBsn3vMHse0jLqqni2Q5-9Y,21
33
- tinysim-0.0.1.dist-info/RECORD,,
30
+ tinysim-0.0.2.dist-info/METADATA,sha256=D0Gt-BPOUwtiYvDosx0Zq_9zusl0Narr2tw9j_UHL80,1942
31
+ tinysim-0.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
32
+ tinysim-0.0.2.dist-info/top_level.txt,sha256=JsBSgxajxod2mlNodBvwkBsn3vMHse0jLqqni2Q5-9Y,21
33
+ tinysim-0.0.2.dist-info/RECORD,,
@@ -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