diff --git a/CPU_Container.dockerfile b/CPU_Container.dockerfile index 72a2f2949..3cc38fae6 100644 --- a/CPU_Container.dockerfile +++ b/CPU_Container.dockerfile @@ -9,7 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive ENV TZ=America/New_York # --build-arg mcsversion=0.0.x to override default in docker build command -ARG mcsversion=0.4.2 +ARG mcsversion=0.4.3 ARG mcs_library_version=master WORKDIR /mcs diff --git a/Dockerfile b/Dockerfile index d380881fe..7f88a8082 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ENV NVIDIA_DRIVER_CAPABILITIES ${NVIDIA_DRIVER_CAPABILITIES},display # ENV LANG C.UTF-8 # --build-arg mcsversion=0.0.x to override default in docker build command -ARG mcsversion=0.4.2 +ARG mcsversion=0.4.3 ARG mcs_library_version=master WORKDIR /mcs diff --git a/README.md b/README.md index 0288068b0..80d0dec64 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Installation -The latest release of the MCS Python library is `0.4.2`. +The latest release of the MCS Python library is `0.4.3`. ### Virtual Environments @@ -66,36 +66,33 @@ Here are the instructions for downloading and installing our latest Unity releas ### Unity Application -The latest release of the MCS Unity app is `0.4.2`. +The latest release of the MCS Unity app is `0.4.3`. Please note that our Unity App is built on Linux or Mac. Linux Version: -1. [Download the latest MCS Unity App](https://github.com/NextCenturyCorporation/MCS/releases/download/0.4.2/MCS-AI2-THOR-Unity-App-v0.4.2.x86_64) +*Please note that the download links have changed as of version 0.4.3* -2. [Download the latest MCS Unity Data Directory TAR](https://github.com/NextCenturyCorporation/MCS/releases/download/0.4.2/MCS-AI2-THOR-Unity-App-v0.4.2_Data.tar.gz) +1. [Download and unzip the Linux ZIP](https://github.com/NextCenturyCorporation/MCS/releases/download/0.4.3/MCS-AI2-THOR-Unity-App-v0.4.3-linux.zip) -3. [Download the latest UnityPlayer.so file](https://github.com/NextCenturyCorporation/MCS/releases/download/0.4.2/UnityPlayer.so) +2. Ensure that the Unity App, the Data Directory TAR, and the UnityPlayer.so file are all in the same directory. -4. Ensure that both the Unity App and the TAR are in the same directory. - -5. Untar the Data Directory: +3. Untar the Data Directory: ``` -tar -xzvf MCS-AI2-THOR-Unity-App-v0.4.2_Data.tar.gz +tar -xzvf MCS-AI2-THOR-Unity-App-v0.4.3_Data.tar.gz ``` -6. Mark the Unity App as executable: +4. Mark the Unity App as executable: ``` -chmod a+x MCS-AI2-THOR-Unity-App-v0.4.2.x86_64 +chmod a+x MCS-AI2-THOR-Unity-App-v0.4.3.x86_64 ``` Mac Version: -[Download the Mac ZIP](https://github.com/NextCenturyCorporation/MCS/releases/download/0.4.2/MCS-AI2-THOR-Unity-App-v0.4.2-mac.zip) - +[Download the Mac ZIP](https://github.com/NextCenturyCorporation/MCS/releases/download/0.4.3/MCS-AI2-THOR-Unity-App-v0.4.3-mac.zip) ## Training Datasets diff --git a/machine_common_sense/_version.py b/machine_common_sense/_version.py index a98734733..908c0bb70 100644 --- a/machine_common_sense/_version.py +++ b/machine_common_sense/_version.py @@ -1 +1 @@ -__version__ = '0.4.2' +__version__ = '0.4.3'