Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sugarscape Chapter 3- Draft Pull Request #106

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Feb 26, 2024

  1. Sugarscape Chapter 3- Draft Pull Request (#1)

    * creating the base code for chapter 3 of sugarscape, attempt to keep as a superset of chapter 2
    
    * On branch sugarscape
    Changes to be committed:
    	new file:   examples/sugarscape_scc/README.md
    	new file:   examples/sugarscape_scc/sugarscape_scc/__init__.py
    	new file:   examples/sugarscape_scc/sugarscape_scc/resources/ant.png
    	new file:   examples/sugarscape_scc/sugarscape_scc/sugar-map.txt
    Changes not staged for commit:
    	modified:   examples/sugarscape_cg/sugarscape_cg/model.py
    Untracked files:
    	examples/sugarscape_scc/sugarscape_scc/agents.py
    	examples/sugarscape_scc/sugarscape_scc/model.py
    
    * modified:   examples/sugarscape_cg/sugarscape_cg/model.py
    
    * Changes to be committed:
    	new file:   examples/sugarscape_scc/sugarscape_scc/model.py
    Untracked files:
    	examples/sugarscape_scc/sugarscape_scc/agents.py
    
    * new file:   examples/sugarscape_scc/sugarscape_scc/agents.py
    
    * modified:   examples/sugarscape_scc/README.md
    
    * modified:   examples/sugarscape_cg/sugarscape_cg/model.pymodified:   examples/sugarscape_scc/README.md
    apranav22 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    494fe23 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Sugarscape (#2)

    * creating the base code for chapter 3 of sugarscape, attempt to keep as a superset of chapter 2
    
    * On branch sugarscape
    Changes to be committed:
    	new file:   examples/sugarscape_scc/README.md
    	new file:   examples/sugarscape_scc/sugarscape_scc/__init__.py
    	new file:   examples/sugarscape_scc/sugarscape_scc/resources/ant.png
    	new file:   examples/sugarscape_scc/sugarscape_scc/sugar-map.txt
    Changes not staged for commit:
    	modified:   examples/sugarscape_cg/sugarscape_cg/model.py
    Untracked files:
    	examples/sugarscape_scc/sugarscape_scc/agents.py
    	examples/sugarscape_scc/sugarscape_scc/model.py
    
    * modified:   examples/sugarscape_cg/sugarscape_cg/model.py
    
    * Changes to be committed:
    	new file:   examples/sugarscape_scc/sugarscape_scc/model.py
    Untracked files:
    	examples/sugarscape_scc/sugarscape_scc/agents.py
    
    * new file:   examples/sugarscape_scc/sugarscape_scc/agents.py
    
    * modified:   examples/sugarscape_scc/README.md
    
    * modified:   examples/sugarscape_cg/sugarscape_cg/model.pymodified:   examples/sugarscape_scc/README.md
    
    * modified:   examples/sugarscape_scc/sugarscape_scc/model.py
    
    * Update agents.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    apranav22 and pre-commit-ci[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d451796 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    429681d View commit details
    Browse the repository at this point in the history
  2. Sugarscape (#3)

    tried to inherit from sugarscape_cg: ran into problems immediately :(.
    apranav22 authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4af972c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02b4370 View commit details
    Browse the repository at this point in the history