Giter Club home page Giter Club logo

artificialintelligence-exercises's Introduction

Artificial Intelligence Exercises

Repository link

Final project link

Authors

Description

GitHub repository where we save all of our Artificial Intelligence Exercises. The exercises are located in Assets/Project/Scenes. The videos related to the exercises are located in Assets/Project/Videos.

Exercises

Patrolling & Wander - Video

Create an scene with two agents:

  • The first one should use a patrolling movement using waypoints and the ghost smoothing technique. The initial point and direction should be randomly selected.
  • The second one should move using a wandering movement.
  • The scene should contain some static obstacles ("not walkables").

Flocking - Video

Create a scene that simulates a flock of bees (or similar) around its hive.

  • Add some random behavior to the movement.
  • Optional: add a follow the leader component.

Perception - Video

Replicate the Zombies Scene in slide 10 of "World Interfacing & Knowledge" topic, following next constraints: image

  • Implement the zombies with an unique prefab.
  • Use camera frustum for zombies perception.
  • Use Unity Messaging's BroadcastMessage method for communication between zombies.

Finite State Machine - Video

Reproduce the robber behaviour in video of slide 9 of "Decision Making" with Finite State Machines. image

  • Option 1: use delegates
  • Option 2: use the Unity's animation

Behavior Bricks - Video

Reproduce the robber behaviour in video of slide 9 of "Decision Making" with Behavior Bricks asset (Behaviour Trees implementation).

Roller Ball (ML Agents) - Video

Follow the tutorial Making a New Learning Envionment from MLAgents.

Formation Motion - Video

Reproduce the "Formation Motion" example in video of slide 6 of "Strategy & Tactics". image

Tactical Behavior Tree - Video

Reproduce the behavior of the cops in video of slide 11 of "Strategy & Tactics" with the Behavior Bricks Asset. image

artificialintelligence-exercises's People

Contributors

xgauss05 avatar ethanm-0371 avatar

Stargazers

 avatar Jarrian Gojar avatar

Watchers

 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.