@@ -44,7 +44,31 @@ The official ACM AI **Intro to AI: Search Algorithms Workshop** repository.
4444 is posted to the ACMUCSD YT channel (https://www.youtube.com/channel/UCyjPATFqc3FwOiuqJ2UG1Eg), replace the text with an <img> element.
4545-->
4646
47- # 1. Workshop Video
47+ # 1. Getting Started
48+
49+ <!--
50+ You can write something up or use the marketing description.
51+ -->
52+
53+ ## 1.1 Environment Setup
54+
55+ ```
56+ conda env create -f environment.yaml
57+ conda activate ai
58+ cd gym
59+ pip install -e .
60+ ```
61+
62+ Workshop "Intro to AI: Search Algorithms" consists of <!-- however many you choose --> components:
63+ - [ Notebook] ( < !-- Local Path to Notebook -- > ) with completed code and explanations.
64+ - [ Summary Graphic] ( < !-- Local Path to Summary Graphic -- > ) to summarize key points of the workshop.
65+
66+ <!--
67+ Note: The above list will depend on your specific workshop.
68+ -->
69+
70+
71+ # 2. Workshop Video
4872
4973* Will be added as soon as uploaded to YouTube*
5074
@@ -66,7 +90,7 @@ The official ACM AI **Intro to AI: Search Algorithms Workshop** repository.
6690 Write out your File Directory Structure below (make sure it's up-to-date)
6791-->
6892
69- # 2 . File Directory Structure
93+ # 3 . File Directory Structure
7094
7195``` bash
7296intro-ai-series
@@ -81,27 +105,4 @@ intro-ai-series
81105 SECTION: Getting Started
82106 ---------
83107 Brief description of your workshop here
84- -->
85-
86- # 3. Getting Started
87-
88- <!--
89- You can write something up or use the marketing description.
90- -->
91-
92- ## 3.1 Environment Setup
93-
94- ```
95- conda env create -f environment.yaml
96- conda activate ai
97- cd gym
98- pip install -e .
99- ```
100-
101- Workshop "Intro to AI: Search Algorithms" consists of <!-- however many you choose --> components:
102- - [ Notebook] ( < !-- Local Path to Notebook -- > ) with completed code and explanations.
103- - [ Summary Graphic] ( < !-- Local Path to Summary Graphic -- > ) to summarize key points of the workshop.
104-
105- <!--
106- Note: The above list will depend on your specific workshop.
107- -->
108+ -->
0 commit comments