{"id":21045916,"url":"https://github.com/misterzurg/itmo_evolutionary_computing","last_synced_at":"2026-04-21T21:33:01.559Z","repository":{"id":214077766,"uuid":"720477700","full_name":"MisterZurg/ITMO_Evolutionary_Computing","owner":"MisterZurg","description":"🧬 Labs from ITMO; Dis - EC","archived":false,"fork":false,"pushed_at":"2024-01-31T18:42:40.000Z","size":16790,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dungeon-master","last_synced_at":"2026-01-02T02:24:41.137Z","etag":null,"topics":["big-data-and-ml","evolutionary-computation","itmo-labs"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MisterZurg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-18T15:58:31.000Z","updated_at":"2024-02-06T15:40:13.000Z","dependencies_parsed_at":"2025-01-20T17:53:23.098Z","dependency_job_id":null,"html_url":"https://github.com/MisterZurg/ITMO_Evolutionary_Computing","commit_stats":null,"previous_names":["misterzurg/itmo_evolutionary_computing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MisterZurg/ITMO_Evolutionary_Computing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterZurg%2FITMO_Evolutionary_Computing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterZurg%2FITMO_Evolutionary_Computing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterZurg%2FITMO_Evolutionary_Computing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterZurg%2FITMO_Evolutionary_Computing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MisterZurg","download_url":"https://codeload.github.com/MisterZurg/ITMO_Evolutionary_Computing/tar.gz/refs/heads/dungeon-master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterZurg%2FITMO_Evolutionary_Computing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32110971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["big-data-and-ml","evolutionary-computation","itmo-labs"],"created_at":"2024-11-19T14:26:59.643Z","updated_at":"2026-04-21T21:33:01.529Z","avatar_url":"https://github.com/MisterZurg.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!NOTE]\n\u003e Here are our labs from ITMO Third semester\n\n# Discipline\nEvolutionary Computing\n\n## Instructors\n[Mikhail Melnik](https://github.com/HighExecutor) Associate Professor of Digital Transformation\n\n## Labs\n### Lab 1 Introduction to evolutionary computation\n\u003e Goal is to edit Genetic Algorithm setup in such a way that the algorithm would be able to solve classic optimization function (shifted reversed Rastrigin function). \n\u003e You need to set dimension to 100. Don't forget this. This will increase complexity of function.\n\u003e The maximum value that you can achieve is 10.0, but lets say you want to achieve results with quality \u003e 9.5.\n\n### Lab 2 Designing an evolutionary algorithm for the queen placement problem \n\u003e Implement solving of Queens Puzzle with evolutionary algorithm. For example, [genetic algorithm](https://en.wikipedia.org/wiki/Eight_queens_puzzle).\n\u003e The goal is to design algorithm that would solve queens puzzle with at least 8x8 board. But you can try bigger sizes. As a pattern you can use the same script as for 1st assignment, but modify all required things to work with discrete problem. It is \u003e important to design how you will encode solution (how you represent a solution in a code)  and design correspond mutation\\crossover operators. \n\u003e Try to print in console your best found solution at the end of your script.\n\n### Lab 3 CartPole Left Right.\n\u003e You need to change classic CartPole environment in such a wat that it will have a goal (0 or 1) and Cart should balance the Pole in correspond sides of platform (0 - left, 1 - right). The goal implementation is already provided for you. The main goal is to implement reward function that will helps agent to do this.\n\u003e \n\u003e 1. You can find a template project with scripts for :\n\u003e    - CartPoleEnv with implemented goal (left or right)\n\u003e    - Train script with RLLib\n\u003e    - Script for replaying rllib checkpoint\n\u003e 2. You need to implement reward function in CartPoleEnv script in such a way that your Cart will balance Pole on specific side of platform depending on the goal. For example if goal is 0 then Pole must be balances on left side. There is no hard restirictions for how far it should be, but far is better (in range -2.4 to 2.4)\n\u003e 3. You need to train it with RLLib (template is given) and send me a simple report with plots from tensorboard (generated by RLLib) and video with your result. (Demo is attached here).\n\n\n## Refs\n- [Manual for labs](https://books.ifmo.ru/file/pdf/2389.pdf) kinda\n- [GitLab with some Labs](https://gitlab.com/itmo_ec_labs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisterzurg%2Fitmo_evolutionary_computing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisterzurg%2Fitmo_evolutionary_computing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisterzurg%2Fitmo_evolutionary_computing/lists"}