Giter VIP home page Giter VIP logo

behavior_generation_lecture_python's Introduction

Python Code for the Lecture "Verhaltensgenerierung für Fahrzeuge" (Behavior Generation for Vehicles) at KIT

This repository contains the python code for the lecture "Verhaltensgenerierung für Fahrzeuge" (Behavior Generation for Vehicles) at KIT. It is targeted towards both, exemplifying the content of the lecture, and giving a brief introduction to software development. (Please bare with us, the code is largely ported from matlab.)

Preparing the environment

We encourage the usage of conda or virtualenv instead of installing packages to your system directly.

Having activated your environment

  • install this package in editable mode: pip install --editable .
Making venv kernels available to jupyter?
  • from without the venv, install ipykernel pip install --user ipykernel
  • list the current venvs available in jupyter: jupyter kernelspec list (your venv is not yet in there)
  • activate the venv source activate venv-name
  • add the venv to the kernel list: python -m ipykernel install --user --name=venv-name-for-jupyter, where venv-name-for-jupyter can but must not match the name of the activated venv
  • check that the venv is in the list: jupyter kernelspec list

Structure

The structure of this repo is inspired by the PyPA sample project.

  • src contains the modules, which is the core implementation, at best browsed in your favorite IDE
  • tests contains unittests, at best browsed in your favorite IDE
  • scripts contains scripts that depict exemplary usage of the implemented modules, they can be run from the command line
  • notebooks contains jupyter notebooks, that can be browsed online, and interactively be run using jupyter

Contribution

Feel free to open an issue if you found a bug or have a request. You can also contribute to the lecture code yourself: Just fork this repository and open a pull request.

License

Unless otherwise stated, this repo is distributed under the 3-Clause BSD License, see LICENSE.

behavior_generation_lecture_python's People

Contributors

m-naumann avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.