aigs


Nameaigs JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-09-30 11:48:17
maintainerNone
docs_urlNone
authorNoah Syrkis
requires_python<3.12,>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Artificial Intelligence for Games and Simulations

In this course we use Python 3.11. Running `pip install aigs`
in a clean Python 3.11 virtual environment should install all dependencies.
We are assuming that you have a basic understanding of Python and programming.

## `/labs` (under active development)

`labs/` contains exercises for the course, which you should do.
Being able to do the contents of `labs/` is a prerequisite
for being able making a successful final project.

I recommend cloning this repository, and making a folder `my/`
where you can put your own code (I will be updating this repository).

1. [Lab 1: Math](labs/lab_1.py)
2. [Lab 2: Neural networks](labs/lab_2.py)
3. [Lab 3: Evolutionary computation](labs/lab_3.py)
4. [Lab 4: Deep learning](labs/lab_4.py)
5. [Lab 5: Reinforcement learning](labs/lab_5.py)

## `/prjs` (under active development)

There are three mandatory projects in this course.
They are all under `/prjs` and are not yet completed.
Won't make much sense to look at them until they are completed,
as major parts will be changed and added.

## read

[backprob](https://colah.github.io/posts/2015-08-Backprop/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aigs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Noah Syrkis",
    "author_email": "noah@syrkis.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/3d/d8db4bfcd866bd93b934b5957ceb402e43147d16c4bb075de8306c38d0e5/aigs-0.0.5.tar.gz",
    "platform": null,
    "description": "# Artificial Intelligence for Games and Simulations\n\nIn this course we use Python 3.11. Running `pip install aigs`\nin a clean Python 3.11 virtual environment should install all dependencies.\nWe are assuming that you have a basic understanding of Python and programming.\n\n## `/labs` (under active development)\n\n`labs/` contains exercises for the course, which you should do.\nBeing able to do the contents of `labs/` is a prerequisite\nfor being able making a successful final project.\n\nI recommend cloning this repository, and making a folder `my/`\nwhere you can put your own code (I will be updating this repository).\n\n1. [Lab 1: Math](labs/lab_1.py)\n2. [Lab 2: Neural networks](labs/lab_2.py)\n3. [Lab 3: Evolutionary computation](labs/lab_3.py)\n4. [Lab 4: Deep learning](labs/lab_4.py)\n5. [Lab 5: Reinforcement learning](labs/lab_5.py)\n\n## `/prjs` (under active development)\n\nThere are three mandatory projects in this course.\nThey are all under `/prjs` and are not yet completed.\nWon't make much sense to look at them until they are completed,\nas major parts will be changed and added.\n\n## read\n\n[backprob](https://colah.github.io/posts/2015-08-Backprop/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.0.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "117a670a51fdc34b4023d56052a78b9d3af8727ad0d0d1726f2983505f67ed4b",
                "md5": "ae7fe959191a65e17e3841ac489f3c94",
                "sha256": "64e065a2c19fb2d21dc7804819e21a448221a01b36f22932be0fff655e498ecb"
            },
            "downloads": -1,
            "filename": "aigs-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae7fe959191a65e17e3841ac489f3c94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.11",
            "size": 1917,
            "upload_time": "2024-09-30T11:48:15",
            "upload_time_iso_8601": "2024-09-30T11:48:15.979649Z",
            "url": "https://files.pythonhosted.org/packages/11/7a/670a51fdc34b4023d56052a78b9d3af8727ad0d0d1726f2983505f67ed4b/aigs-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a3dd8db4bfcd866bd93b934b5957ceb402e43147d16c4bb075de8306c38d0e5",
                "md5": "9ad04a551ba2f241778213e26ce80d38",
                "sha256": "8cd000bb8495bcb1b2472c2d26a1332199795b52c53f655cdc54fd0edf2b5c46"
            },
            "downloads": -1,
            "filename": "aigs-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "9ad04a551ba2f241778213e26ce80d38",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.11",
            "size": 1801,
            "upload_time": "2024-09-30T11:48:17",
            "upload_time_iso_8601": "2024-09-30T11:48:17.174120Z",
            "url": "https://files.pythonhosted.org/packages/3a/3d/d8db4bfcd866bd93b934b5957ceb402e43147d16c4bb075de8306c38d0e5/aigs-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-30 11:48:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aigs"
}
        
Elapsed time: 0.32045s