Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
deanwetherby committed May 19, 2021
2 parents 874feda + 860d13b commit de26a9e
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 de26a9e

Please sign in to comment.