{"payload":{"pageCount":1,"repositories":[{"type":"Public","name":"MAPF-GPT","owner":"Cognitive-AI-Systems","isFork":false,"description":"This repository contains MAPF-GPT, a deep learning-based model for solving MAPF problems. Trained with imitation learning on trajectories produced by LaCAM, it generates collision-free paths under partial observability without heuristics or agent communication. MAPF-GPT excels on unseen instances and outperforms state-of-the-art solvers.","allTopics":["transformers","mapf","pogema"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":1,"starsCount":48,"forksCount":7,"license":"MIT License","participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,20,5],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-09-18T12:44:10.433Z"}},{"type":"Public","name":"pogema-toolbox","owner":"Cognitive-AI-Systems","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":14,"forksCount":1,"license":"Apache License 2.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-09-18T11:40:05.322Z"}},{"type":"Public","name":"pogema","owner":"Cognitive-AI-Systems","isFork":false,"description":"POGEMA stands for Partially-Observable Grid Environment for Multiple Agents. This is a grid-based environment that was specifically designed to be flexible, tunable and scalable. It can be tailored to a variety of PO-MAPF settings.","allTopics":["pathfinding","gym-environment","mapf","marl","po-mapf","reinforcement-learning","simulation"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":0,"starsCount":210,"forksCount":24,"license":"MIT License","participation":[2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,1,0,0,0,0,1,0,0,0,0,0,0,2,2],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-09-18T11:08:20.463Z"}},{"type":"Public","name":"pogema-benchmark","owner":"Cognitive-AI-Systems","isFork":false,"description":"This is an umbrella repository that contains links and information about all the tools and algorithms related to the POGEMA Benchmark.","allTopics":["pathfinding","multi-agent","marl","pogema"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":16,"forksCount":1,"license":"Apache License 2.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-09-12T11:04:29.102Z"}},{"type":"Public","name":"IGOR","owner":"Cognitive-AI-Systems","isFork":false,"description":"","allTopics":["nlp","nlu","rl","iglu","crafter","ecai2024"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":16,"forksCount":1,"license":"Apache License 2.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-09-05T08:58:20.773Z"}},{"type":"Public","name":"RATE","owner":"Cognitive-AI-Systems","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"Jupyter Notebook","color":"#DA5B0B"},"pullRequestCount":0,"issueCount":0,"starsCount":15,"forksCount":1,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-09-04T21:02:20.555Z"}},{"type":"Public","name":"TransPath","owner":"Cognitive-AI-Systems","isFork":false,"description":"This repository contains a deep learning-based approach for improving A* search efficiency on grid graphs. By learning instance-dependent heuristic proxies like correction factors and path probability, our method significantly reduces computational effort in obstacle-rich environments. ","allTopics":[],"primaryLanguage":{"name":"Jupyter Notebook","color":"#DA5B0B"},"pullRequestCount":0,"issueCount":0,"starsCount":23,"forksCount":10,"license":null,"participation":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-08-27T13:07:56.648Z"}},{"type":"Public","name":"mats-lp","owner":"Cognitive-AI-Systems","isFork":false,"description":"[AAAI-2024] MATS-LP addresses the challenging problem of decentralized lifelong multi-agent pathfinding. The proposed approach utilizes a combination of Monte Carlo Tree Search and reinforcement learning for resolving conflicts.","allTopics":["grid","pathfinding","multi-agent","mcts","mapf","alphazero","lifelong","aaai-2024","pogema"],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":1,"starsCount":23,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-08-26T13:37:53.495Z"}},{"type":"Public","name":"when-to-switch","owner":"Cognitive-AI-Systems","isFork":false,"description":"\"When to Switch\" Implementation: Addressing the PO-MAPF challenge with RePlan & EPOM policies. This repo includes search-based re-planning, reinforcement learning techniques, and three mixed policies for pathfinding in partially observable multi-agent environments. 🤖🛤️","allTopics":["grid","reinforcement-learning","pathfinding","mapf","pogema"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":27,"forksCount":2,"license":"MIT License","participation":[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-08-26T13:36:45.851Z"}},{"type":"Public","name":"learn-to-follow","owner":"Cognitive-AI-Systems","isFork":false,"description":"[AAAI-2024] Follower: This study addresses the challenging problem of decentralized lifelong multi-agent pathfinding. The proposed Follower approach utilizes a combination of a planning algorithm for constructing a long-term plan and reinforcement learning for resolving local conflicts.","allTopics":["grid","reinforcement-learning","pathfinding","mapf","lifelong","aaai-2024","pogema"],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":37,"forksCount":3,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-08-26T13:36:12.364Z"}},{"type":"Public","name":"him-agent","owner":"Cognitive-AI-Systems","isFork":false,"description":"The Hierarchical Intrinsically Motivated Agent (HIMA) is an algorithm that is intended to exhibit an adaptive goal-directed behavior using neurophysiological models of the neocortex, basal ganglia, and thalamus.","allTopics":["hierarchical-temporal-memory","intrinsic-motivation","model-based-reinforcement-learning","biologically-plausible-learning","sparse-distributed-representations","reinforcement-learning"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":37,"forksCount":2,"license":"GNU Affero General Public License v3.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-08-26T06:46:35.442Z"}},{"type":"Public","name":"smm","owner":"Cognitive-AI-Systems","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":1,"starsCount":3,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-05-07T23:19:32.808Z"}},{"type":"Public","name":"Neural-Potential-Field-for-Obstacle-Aware-Local-Motion-Planning","owner":"Cognitive-AI-Systems","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":2,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-05-06T12:01:37.705Z"}},{"type":"Public","name":"WaRP","owner":"Cognitive-AI-Systems","isFork":false,"description":"WaRP dataset includes labeled images of an industrial conveyor.","allTopics":["sorting","environment","sustainability","computer-vision","ecology","recycling","garbage","waste","deep-learning","dataset"],"primaryLanguage":{"name":"Shell","color":"#89e051"},"pullRequestCount":0,"issueCount":2,"starsCount":19,"forksCount":3,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-12-22T08:46:11.373Z"}},{"type":"Public","name":"skill-fusion","owner":"Cognitive-AI-Systems","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"Jupyter Notebook","color":"#DA5B0B"},"pullRequestCount":0,"issueCount":0,"starsCount":11,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-11-07T10:00:05.042Z"}}],"repositoryCount":15,"userInfo":null,"searchable":true,"definitions":[],"typeFilters":[{"id":"all","text":"All"},{"id":"public","text":"Public"},{"id":"source","text":"Sources"},{"id":"fork","text":"Forks"},{"id":"archived","text":"Archived"},{"id":"template","text":"Templates"}],"compactMode":false},"title":"Cognitive-AI-Systems repositories"}