TomaszRewak/ML-games
quality grade D, 42 out of 100Machine learning games. Use combination of genetic algorithms and neural networks to control the behaviour of in-game objects.
- stars
- 285
- stars gained this week
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
RL algorithms, environments, simulators and decision-making systems.
Signals: reinforcement-learning, deep-reinforcement-learning, rl, gymnasium, openai-gym, multi-agent-reinforcement-learning, imitation-learning
663 results
Machine learning games. Use combination of genetic algorithms and neural networks to control the behaviour of in-game objects.
Neural network learns to play snake in a terminal, built in Rust with Ratatui
High-speed simulator of convolutional spiking neural networks with at most one spike per neuron.
A long term short term memory recurrent neural network to predict forex data time series
Stock price prediction with recurrent neural network. The data is from the Chinese stock.
Generative adversarial networks (GAN) applied to sequential data via recurrent neural networks (RNN).
Using multidimensional LSTM neural networks to create a forecast for Bitcoin price
Graph Neural Networks for Decentralized Path Planning
🥕 Evolutionary Neural Networks in JavaScript
Tutorial for surrogate gradient learning in spiking neural networks
Exact Combinatorial Optimization with Graph Convolutional Neural Networks (NeurIPS 2019)
What about coding a Spiking Neural Network using an automatic differentiation framework? In SNNs, there is a time axis and the neural network sees data throughout time, and activation functions are instead spikes that are raised past a certain pre-activation threshold. Pre-activation values constantly fades if neurons aren't excited enough.
SharpNEAT - Evolution of Neural Networks. A C# .NET Framework.
A Graph Neural Network project on HIV data
This is the official code for the published paper 'Solve routing problems with a residual edge-graph attention neural network'
A Go A.I. based on MCTS WITHOUT Neural Networks
code of paper `Deep Neural Networks for Youtube Recommendation`
Project analyzes Amazon Stock data using Python. Feature Extraction is performed and ARIMA and Fourier series models are made. LSTM is used with multiple features to predict stock prices and then sentimental analysis is performed using news and reddit sentiments. GANs are used to predict stock data too where Amazon data is taken from an API as Generator and CNNs are used as discriminator.
Gated Graph Sequence Neural Networks
neural networks to learn Koopman eigenfunctions
The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics are Auto-Encoders in relation to the representation learning, the statistical machine learning for energy-based models, adversarial generation networks(GANs), Deep Reinforcement Learning such as Deep Q-Networks, semi-supervised learning, and neural network language model for natural language processing.
We study the performance of various deep reinforcement learning algorithms for the problem of microgrid’s energy management system. We propose a novel microgrid model that consists of a wind turbine generator, an energy storage system, a population of thermostatically controlled loads, a population of price-responsive loads, and a connection to the main grid. The proposed energy management system is designed to coordinate between the different sources of flexibility by defining the priority resources, the direct demand control signals and the electricity prices. Seven deep reinforcement learning algorithms are implemented and empirically compared in this paper. The numerical results show a significant difference between the different deep reinforcement learning algorithms in their ability to converge to optimal policies. By adding an experience replay and a second semi-deterministic training phase to the well-known Asynchronous advantage actor critic algorithm, we achieved considerably better performance and converged to superior policies in terms of energy efficiency and economic value.
This repository hosts a customized PPO based agent for Carla. The goal of this project is to make it easier to interact with and experiment in Carla with reinforcement learning based agents -- this, by wrapping Carla in a gym like environment that can handle custom reward functions, custom debug output, etc.
We propose Reinforcement Learning from Community Feedback (RLCF), a training paradigm that uses large-scale community signals as supervision, and formulate scientific taste learning as a preference modeling and alignment problem.
24,535 repositories in the index in total.