Skip to content

Commit

Permalink
Adding page for NOC 5.1 (CodingTrain#3228)
Browse files Browse the repository at this point in the history
* Adding page for NOC 5.1

* adding talks index page

* Update 5.1-autonomous-agents.md

Co-authored-by: Daniel Shiffman <[email protected]>
  • Loading branch information
duskvirkus and shiffman authored Jun 4, 2021
1 parent 8d246a3 commit 31a768a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
47 changes: 47 additions & 0 deletions _learning/nature-of-code/5.1-autonomous-agents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: Steering Agents
video_number: 5.1
date: 2021-06-02
video_id: P_xJMH8VvAE
can_contribute: true

videos:
- title: "Steering Behaviors - Coding Challenge 59"
author: "The Coding Train"
url: /CodingChallenges/059-steering-text-paths
- title: "Flocking Simulation - Coding Challenge 124"
author: "The Coding Train"
url: /CodingChallenges/124-flocking-boids

links:
- title: "Nature of Code - Autonomous Agents Chapter"
url: https://natureofcode.com/book/chapter-6-autonomous-agents/
- title: " Vehicles: Experiments in Synthetic Psychology (MIT Press)"
author: Valentino Braitenberg
url: https://mitpress.mit.edu/books/vehicles
- title: "Steering Behaviors For Autonomous Characters"
author: Craig Reynolds
url: http://www.red3d.com/cwr/steer/

topics:
- title: "Welcome to Chapter ?"
time: "0:00"
- title: "Explain! What is an autonomous agent?"
time: "0:29"
- title: "Explain! What are the three properties of an autonomous agent?"
time: "1:48"
- title: "Discuss! Vehicles by Valentino Braitenberg"
time: "4:03"
- title: "Discuss! Steering Behaviors For Autonomous Characters by Craig W. Reynolds"
time: "5:50"
- title: "Explain! The 3 steps of autonomous motion for a character."
time: "7:03"
- title: "What's my goal?"
time: "8:30"
- title: "Note! Simple and Combined behaviors."
time: "8:48"
- title: "What's coming next?"
time: "9:10"
---

Chapter 5! Or is it 6? In this video, I discuss the concept of an autonomous agent and provide an overview of the JavaScript / p5.js coding examples to come.
3 changes: 3 additions & 0 deletions _more/talks/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Talks"
---

0 comments on commit 31a768a

Please sign in to comment.