A number of agents (PPO, MuZero) with a Perceiver-based NN architecture that can be trained to achieve goals in nethack/minihack environments.
-
Updated
Sep 19, 2022 - Python
A number of agents (PPO, MuZero) with a Perceiver-based NN architecture that can be trained to achieve goals in nethack/minihack environments.
Repository of the Artificial Intelligence Fundamentals [AIF] course's final project using MiniHack, a.y. 2023/24.
Project for Artificial Intelligence Fundamentals AS 24-25. Focusing on search algorithms in a nethack enviroment with a secondary goal.
nextdataAI: a Python library for solving mazes using classical algorithms (A*, BFS, DFS, Dijkstra, Greedy), reinforcement learning (QLearning, QTable, QNN, QLSTM), and novel pseudo-heuristics. Features include a neural network-based heuristic approximating Manhattan distance (NNHeuristic) and a custom SManhattan heuristic, a dataset gener
Add a description, image, and links to the minihack topic page so that developers can more easily learn about it.
To associate your repository with the minihack topic, visit your repo's landing page and select "manage topics."