Skip to content

Commit

Permalink
Updated version to 0.4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSchellenbergNextCentury committed Apr 6, 2021
1 parent f3ba67e commit 9ad1daa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.1
ARG mcsversion=0.4.1.1

ENV DEBIAN_FRONTEND=noninteractive
ENV MCS_EXECUTABLE_PATH="/MCS-AI2-THOR-Unity-App-v${mcsversion}.x86_64"
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.1
ARG mcsversion=0.4.1.1

WORKDIR /mcs

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Installation

The latest release of the MCS Python library is `0.4.1`.
The latest release of the MCS Python library is `0.4.1.1`.

### Virtual Environments

Expand Down Expand Up @@ -65,33 +65,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.1`.
The latest release of the MCS Unity app is `0.4.1.1`.

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.1/MCS-AI2-THOR-Unity-App-v0.4.1.x86_64)
1. [Download the Latest MCS Unity App](https://github.com/NextCenturyCorporation/MCS/releases/download/0.4.1.1/MCS-AI2-THOR-Unity-App-v0.4.1.1.x86_64)

2. [Download the Latest MCS Unity Data Directory TAR](https://github.com/NextCenturyCorporation/MCS/releases/download/0.4.1/MCS-AI2-THOR-Unity-App-v0.4.1_Data.tar.gz)
2. [Download the Latest MCS Unity Data Directory TAR](https://github.com/NextCenturyCorporation/MCS/releases/download/0.4.1.1/MCS-AI2-THOR-Unity-App-v0.4.1.1_Data.tar.gz)

3. Ensure that both the Unity App and the TAR are in the same directory.

4. Untar the Data Directory:

```
tar -xzvf MCS-AI2-THOR-Unity-App-v0.4.1_Data.tar.gz
tar -xzvf MCS-AI2-THOR-Unity-App-v0.4.1.1_Data.tar.gz
```

5. Mark the Unity App as executable:

```
chmod a+x MCS-AI2-THOR-Unity-App-v0.4.1.x86_64
chmod a+x MCS-AI2-THOR-Unity-App-v0.4.1.1.x86_64
```

Mac Version:

[Download the Mac ZIP](https://github.com/NextCenturyCorporation/MCS/releases/download/0.4.1/MCS-AI2-THOR-Unity-App-v0.4.1.app.zip)
[Download the Mac ZIP](https://github.com/NextCenturyCorporation/MCS/releases/download/0.4.1.1/MCS-AI2-THOR-Unity-App-v0.4.1.1.app.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.1'
__version__ = '0.4.1.1'

0 comments on commit 9ad1daa

Please sign in to comment.