ZQ1102118381 / Gale-ShapleyAlgorithm
Python版本 盖尔-沙普利算法:为了寻找一个稳定匹配而设计出的市场机制,对于市场的一方A有m个对象 另一方市场B有n个对象,A中的每个人会对B中的人有一个好感度排名,B也会有相应的排名 市场一方的对象 Ai,i=1,2,...,m 向另一方的对象 Bj,j=1,2,...,n 发出邀约,每个 Bj 会对接到的邀约进行比较,保留自己认为最好的,拒绝其它的。邀约被拒绝的 Ai 继续 向其它的 Bj 发出新的邀约,直到没有 Ai 希望再发出邀约为止。此时各 Bj 才最终接受 各自保留的邀约。该算法的一个关键之处在于,合意的邀约不会立即被接受,而只是暂时保 留不被拒绝,也就是 “延迟接受”。 注意:本算法不保证每个人都能找到相应的匹配,而是找到最稳定的匹配,即在双方这里 都没有办法…
☆9Updated 5 years ago
Alternatives and similar repositories for Gale-ShapleyAlgorithm:
Users that are interested in Gale-ShapleyAlgorithm are comparing it to the libraries listed below
- 硕士毕设,基于强化学习的足型机器人运动控制☆11Updated 3 months ago
- 一些利用pytorch编程实现的强化学习例子☆36Updated 5 years ago
- ☆29Updated 6 years ago
- 基于Deep Qlearning Network的股票交易模型☆55Updated 7 years ago
- ☆20Updated 7 years ago
- 使用pytorch构建深度强化学习模型DQN☆24Updated 7 years ago
- Implementations of the Deep Q-Learning Algorithms for Auctions☆13Updated last year
- Learning to schedule distributed resources with deep reinforcement learning.☆14Updated 5 years ago
- 🐮首创性地运用Transformer+XDEEPFM预测中国A股单只股票每天的涨跌幅!☆15Updated 4 years ago
- [动手学强化学习]系列,基于pytorch。☆54Updated 3 years ago
- Fuzzy Deep Reinforcement Learning for autoscaling on clouds☆10Updated 4 years ago
- 算法工程师技术栈学习笔记☆15Updated 2 years ago
- Deep reinforcement learning for resource managment and job schedule. it is inspired by deeprm model and I will implement for in practica…☆12Updated 5 years ago
- ☆18Updated 6 years ago
- Look-Ahead Reinforcement Learning: network traffic engineering with preventive load balancing☆11Updated 5 years ago
- Some multiagent deep reinforcement learning algorithms and its PyTorch implementation.☆11Updated 5 years ago
- Multi-objective reinforcement learning deals with finding policies for tasks where there are multiple distinct criteria to optimize for. …☆21Updated 6 years ago
- Reinforcement learning environment for job scheduling written in python.☆24Updated 5 years ago
- The Incremental Deployment Method of Segment Routing over an IPv6 (SRv6) Network Based on Graph Neural Network (GNN) and Multi-Agent Rein…☆10Updated 2 months ago
- Tensorflow实例:利用LSTM预测股票☆30Updated 6 years ago
- 用强化学习来玩微信跳一跳☆19Updated 7 years ago
- reinforcement learning ddpg code. follow deepmind papers.☆61Updated 7 years ago
- An implementation for CVRP problem with A3C+Attention mechanism and GCN☆17Updated 4 years ago
- coach的rl练习,主要有q_learning,sarsa,REINFORCE,DQN,Actor-Critic,DDPG,使用tensorflow2.0编写☆9Updated 4 years ago
- A hybrid genetic and simulated annealing algorithm in solving the knapsack 0-1 problem☆23Updated 6 years ago
- Using (deep) reinforcement_learning algorithm to practice on OpenAI Gym, Unity ML-Agents,and other virtual environments. Using Python ,Py…☆16Updated 4 years ago
- solve schedule problem using tabu search algorithm☆33Updated 4 years ago
- Implementation of basic reinforcement learning algorithms (Q-learning, SARSA, Policy iteration and Value Iteration) on benchmark RL MDPs …☆38Updated 9 years ago
- 研究生数学建模比赛-航班登机口分配☆16Updated 6 years ago
- Multi-objective reinforcement learning for covid-19 control☆11Updated 3 years ago