diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5cf6764..66df94d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -30,8 +30,8 @@ jobs: - name: Run install script run: | - chmod +x ./install.sh - ./install.sh + chmod +x ./install.bash + ./install.bash - name: Cache packages uses: actions/cache@v3 diff --git a/README.md b/README.md index 5c39511..3b083c9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ # Mbodied Agents - -TODO: Set up CI - - +[![MacOS | Python 3.12|3.11|3.10](https://github.com/MbodiAI/opensource/actions/workflows/macos.yml/badge.svg?branch=main)](https://github.com/MbodiAI/opensource/actions/workflows/macos.yml) +[![Ubuntu](https://github.com/MbodiAI/opensource/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/MbodiAI/opensource/actions/workflows/ubuntu.yml) TODO: Describe this repo in a intriguing way. Bring LLM, transfomers and more to Robotics. For every embodiment, everywhere etc. @@ -15,7 +11,6 @@ TODO: Add interest form for our training, data augmentation pipeline. TODO: Not a single dataset is wasted. Auto recording every observation and action. Contact mbodi for further details. - About Mbodi AI: Mbodi AI is an open-source robotics and AI platform designed to support end-to-end robotics applications involving artificial intelligence, data handling and augmentation, human-user interaction, and much more! diff --git a/install.bash b/install.bash old mode 100644 new mode 100755