@@ -17,6 +17,10 @@ Some notable changes from the original Berkeley project:
1717 - Substantial testing infrastructure has been added.
1818 - Agent speed is now configurable.
1919
20+ ## Documentation
21+
22+ API documentation for all releases is available at [ edulinq.github.io/pacai] ( https://edulinq.github.io/pacai ) .
23+
2024## Installation / Requirements
2125
2226This project requires [ Python] ( https://www.python.org/ ) >= 3.10.
@@ -158,8 +162,10 @@ Students who are working on this project as part of a class should note a few th
158162
159163This project has been built up from the work of many people.
160164Here are just a few that we know about:
161- - The Berkeley AI Lab for starting this project.
162- Primarily John Denero and Dan Klein.
165+ - The [ Berkeley AI Lab] ( http://ai.berkeley.edu/ ) for starting
166+ [ this project] ( https://www-inst.eecs.berkeley.edu/project_overview.html ) .
167+ Primarily John Denero ([ denero@cs.berkeley.edu ] ( mailto:denero@cs.berkeley.edu ) )
168+ and Dan Klein ([ klein@cs.berkeley.edu ] ( mailto:klein@cs.berkeley.edu ) ).
163169 - Barak Michener for providing the original graphics and debugging help.
164170 - Ed Karuna for providing the original graphics and debugging help.
165171 - Jeremy Cowles for implementing an initial tournament infrastructure.
@@ -182,3 +188,7 @@ Additionally, solutions (implementations (full or partial) of the code in the [p
182188should never be published or distributed.
183189
184190[ This notice] ( LICENSE ) should always be retained.
191+
192+ Licensing for the original UC Berkeley project
193+ (not applicable as of release ` v2.0.0 ` )
194+ can be found [ in release ` v1.0.0 ` ] ( https://github.com/edulinq/pacai/blob/v1.0.0/LICENSE.md ) .
0 commit comments