cltl / ma-communicative-robots

Communication robots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Communicative Robots, 2022

Communicative Robots is a master's course taught at VU Amsterdam.

This year's branch is 2022, which is the default branch of this repo. If you want to see others years, take a look at the other branches.

Prerequisites

  1. python 3.7 or higher. Running in a virtual environment (e.g., conda, virtualenv, etc.) is highly recommended so that you don't mess up with the system python.
  2. pip install -r requirements.txt

Projects

Students team up with the teachers. The individual projects can be found at ./projects/ .

Troubleshooting

The best way to find and solve your problems is to see in the github issue tab. If you can't find what you want, feel free to raise an issue. We are pretty responsive.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Run make style && make quality in the root repo directory, to ensure code quality.
  4. Commit your Changes (git commit -m 'Add some AmazingFeature')
  5. Push to the Branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

Authors

About

Communication robots


Languages

Language:Python 96.5%Language:Makefile 3.5%