Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

ai2thor-colab

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai2thor-colab - npm Package Compare versions

Comparing version
0.0.1.dev12
to
0.0.1.dev13
+1
-1
ai2thor_colab.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: ai2thor-colab
Version: 0.0.1.dev12
Version: 0.0.1.dev13
Summary: Utility functions for using AI2-THOR with Google Colab.

@@ -5,0 +5,0 @@ Home-page: https://github.com/allenai/ai2thor-colab

@@ -22,3 +22,3 @@ from IPython.display import HTML, display

__version__ = "0.0.1.dev12"
__version__ = "0.0.1.dev13"
__all__ = ["plot_frames", "show_video", "start_xserver", "overlay", "side_by_side"]

@@ -59,3 +59,3 @@

obj["mass"] = round(obj["mass"], 4)
obj["distance"] = round(obj["mass"], 4)
obj["distance"] = round(obj["distance"], 4)

@@ -62,0 +62,0 @@ obj = OrderedDict(obj)

Metadata-Version: 2.1
Name: ai2thor_colab
Version: 0.0.1.dev12
Version: 0.0.1.dev13
Summary: Utility functions for using AI2-THOR with Google Colab.

@@ -5,0 +5,0 @@ Home-page: https://github.com/allenai/ai2thor-colab

from setuptools import setup
version = "0.0.1.dev12"
version = "0.0.1.dev13"

@@ -5,0 +5,0 @@ with open("README.md", encoding="utf-8") as f: