Skip to content

Commit

Permalink
Merge pull request #339 from NextCenturyCorporation/version-0.4.3
Browse files Browse the repository at this point in the history
[Python] Update to version 0.4.3
  • Loading branch information
ThomasSchellenbergNextCentury authored May 17, 2021
2 parents 81aa807 + 3dc8972 commit 860d13b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CPU_Container.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion machine_common_sense/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.2'
__version__ = '0.4.3'

0 comments on commit 860d13b

Please sign in to comment.