luckyrobots 0.1.63__py3-none-any.whl → 0.1.64__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.
- luckyrobots/core/luckyrobots.py +3 -0
- {luckyrobots-0.1.63.dist-info → luckyrobots-0.1.64.dist-info}/METADATA +1 -1
- {luckyrobots-0.1.63.dist-info → luckyrobots-0.1.64.dist-info}/RECORD +5 -5
- {luckyrobots-0.1.63.dist-info → luckyrobots-0.1.64.dist-info}/WHEEL +0 -0
- {luckyrobots-0.1.63.dist-info → luckyrobots-0.1.64.dist-info}/licenses/LICENSE +0 -0
luckyrobots/core/luckyrobots.py
CHANGED
|
@@ -273,6 +273,9 @@ class LuckyRobots(Node):
|
|
|
273
273
|
await self.world_client.send_text(json.dumps(request_data))
|
|
274
274
|
response_data = await asyncio.wait_for(response_future, timeout=30.0)
|
|
275
275
|
|
|
276
|
+
# Wait for reset animation to finish in Lucky World
|
|
277
|
+
time.sleep(1)
|
|
278
|
+
|
|
276
279
|
observation = ObservationModel(**response_data["Observation"])
|
|
277
280
|
if self.process_cameras:
|
|
278
281
|
observation.process_all_cameras()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: luckyrobots
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.64
|
|
4
4
|
Summary: Robotics-AI Training in Hyperrealistic Game Environments
|
|
5
5
|
Project-URL: Homepage, https://github.com/luckyrobots/luckyrobots
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/luckyrobots/luckyrobots/issues
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
luckyrobots/__init__.py,sha256=yr8nMUVzAe8ohD7XNywTDwLX98HwjT4cagxARkld1HQ,426
|
|
2
2
|
luckyrobots/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
luckyrobots/config/robots.yaml,sha256=w0HwB35WRd7X0-hQRgtYQaRWmOk32-e6pMxT88aereE,1806
|
|
4
|
-
luckyrobots/core/luckyrobots.py,sha256=
|
|
4
|
+
luckyrobots/core/luckyrobots.py,sha256=5a4zno5ddOV-52RJ-s8cXd18bDPEGHbktDw4RRxW5wU,23123
|
|
5
5
|
luckyrobots/core/manager.py,sha256=p9Ehs2SKLpBEEJf8hvTFUG_foPrQszgH6BUbIzBTtBo,9212
|
|
6
6
|
luckyrobots/core/models.py,sha256=fbAKpIOZM8D6rKxRgo1_9rioNa99bT_phCZ9xrwWFaE,2108
|
|
7
7
|
luckyrobots/core/node.py,sha256=lDKqAQSMEctjU-v4F9Lifz_ZsKG6wxsNuyRqtOWrQRA,10512
|
|
@@ -18,7 +18,7 @@ luckyrobots/utils/helpers.py,sha256=4o3Jy0-otnVl0duqncoIuEufEo2AP9BDdgKSEYUOCYQ,
|
|
|
18
18
|
luckyrobots/utils/sim_manager.py,sha256=-FwHaHtfDo9-LBKafwchFkmAamwmFCnPqLAR3hhjsEI,12991
|
|
19
19
|
luckyrobots/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
20
|
luckyrobots/config/robots.yaml,sha256=w0HwB35WRd7X0-hQRgtYQaRWmOk32-e6pMxT88aereE,1806
|
|
21
|
-
luckyrobots-0.1.
|
|
22
|
-
luckyrobots-0.1.
|
|
23
|
-
luckyrobots-0.1.
|
|
24
|
-
luckyrobots-0.1.
|
|
21
|
+
luckyrobots-0.1.64.dist-info/METADATA,sha256=t8O4kb5kMwIMvFMceIqeYC3wiPbSd6wlnJ2xpFazhE4,7674
|
|
22
|
+
luckyrobots-0.1.64.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
23
|
+
luckyrobots-0.1.64.dist-info/licenses/LICENSE,sha256=xsPYvRJPH_fW_sofTUknI_KvZOsD4-BqjSOTZqI6Nmw,1069
|
|
24
|
+
luckyrobots-0.1.64.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|