Skip to content

Commit

Permalink
Updated Python API and Unity app to release version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSchellenbergNextCentury committed May 5, 2020
1 parent 13bde00 commit 79f12ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions python_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here are the instructions for downloading and installing our latest Python and U

### Python Library

The latest release of the MCS Python library is `0.0.5`
The latest release of the MCS Python library is `0.0.6`

1. Install the required third-party Python libraries:

Expand All @@ -28,26 +28,26 @@ pip install git+https://github.com/NextCenturyCorporation/MCS@latest

### Unity Application

The latest release of the MCS Unity app is `0.0.4`
The latest release of the MCS Unity app is `0.0.6`

Please note that our Unity App is built on Linux. If you need a Mac or Windows version, please [contact us](#troubleshooting) directly.

1. [Download the Latest MCS Unity App](https://github.com/NextCenturyCorporation/MCS/releases/download/0.0.4/MCS-AI2-THOR-Unity-App-v0.0.4.x86_64)
1. [Download the Latest MCS Unity App](https://github.com/NextCenturyCorporation/MCS/releases/download/0.0.6/MCS-AI2-THOR-Unity-App-v0.0.6.x86_64)

2. [Download the Latest MCS Unity Data Directory TAR](https://github.com/NextCenturyCorporation/MCS/releases/download/0.0.4/MCS-AI2-THOR-Unity-App-v0.0.4_Data.tar.gz)
2. [Download the Latest MCS Unity Data Directory TAR](https://github.com/NextCenturyCorporation/MCS/releases/download/0.0.6/MCS-AI2-THOR-Unity-App-v0.0.6_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.0.4_Data.tar.gz
tar -xzvf MCS-AI2-THOR-Unity-App-v0.0.6_Data.tar.gz
```

5. Mark the Unity App as executable:

```
chmod a+x MCS-AI2-THOR-Unity-App-v0.0.4.x86_64
chmod a+x MCS-AI2-THOR-Unity-App-v0.0.6.x86_64
```

### Training Dataset
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='machine_common_sense',
version='0.0.5',
version='0.0.6',
maintainer='Next Century, a wholly owned subsidiary of CACI',
maintainer_email='[email protected]',
url='https://github.com/NextCenturyCorporation/MCS/',
Expand Down

0 comments on commit 79f12ca

Please sign in to comment.