联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All Python(920) 

[人工智能/神经网络/深度学习] CodeNamesWithRewardSearch

具有句子transformer主干的图神经网络经过训练,可以玩代号语言游戏。
Graph Neural Network with a Sentence Transformer backbone trained to play the language game Codenames. (2024-01-17, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1705492009878287.html

[人工智能/神经网络/深度学习] TF2-GPTChatBot

为Team Fortress 2球迷和玩家提供的人工智能聊天机器人。
An AI-powered chatbot for Team Fortress 2 fans and players. (2024-01-02, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704262940326786.html

[人工智能/神经网络/深度学习] AI3603-project-gomoku

通过实现搜索算法,能够玩Gomoku游戏的人工智能代理
an AI agent capable of playing the game of Gomoku by implementing a search algorithm (2023-12-22, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703270972545313.html

[人工智能/神经网络/深度学习] yinsh-agent

实现一个自治代理,该代理使用深度Q学习玩游戏Yinsh。
Implementation of an autonomous agent that plays the game Yinsh with deep Q-learning. (2023-11-12, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1699802717198622.html

[人工智能/神经网络/深度学习] NineMensMorris

游戏AI,使用带Alpha-Beta修剪的Minimax算法玩Nine Mens Morris。
Game AI that plays Nine Mens Morris using Minimax algorithm w Alpha-Beta pruning. (2017-08-20, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698654988383420.html

[人工智能/神经网络/深度学习] tetris_ai

Python代码实现遗传算法来创建玩俄罗斯方块的人工智能
Python code implementing a genetic algorithm to create a tetris-playing AI (2016-09-10, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698654961996930.html

[人工智能/神经网络/深度学习] TicTacToe

使用Alpha Beta修剪与您一起玩Tic Tac Toe的AI算法
AI Algorithm that plays Tic-Tac-Toe with you using Alpha-Beta Pruning (2023-05-09, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698654850266736.html

[人工智能/神经网络/深度学习] Connect-4-MiniMax-Ai

一个Ai使用极大极小算法在连接4处玩人类。
An Ai using the minimax algorithm to play a human at connect 4. (2021-05-02, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698654542645572.html

[人工智能/神经网络/深度学习] neuron_netty

Neuron netty是一个神经网络库,用于玩。。。嗯,神经网络真的。,
Neuron netty is a neural network library built for playing around with... well, neural nets really., (2023-10-27, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698386818797935.html

[人工智能/神经网络/深度学习] Rock_Paper_Scissor

一种基于人工智能的技术,用于玩石头、纸和剪刀等游戏,
An AI based technology used for playing games like rocks,paper and scissor, (2023-10-11, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1697090640510179.html

[人工智能/神经网络/深度学习] binarybot

机器人由一个可以玩星际争霸2的神经网络驱动,
Bot powered by a Neural network that can play StarCraft 2, (2019-10-31, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694267650968707.html

[人工智能/神经网络/深度学习] Braitenberg-Vehicles

从头开始。每个箭手都由神经网络控制。它们必须不断地进食才能生存和繁殖。当它们繁殖时,它们将生成一个玩家,该玩家是父玩家的变异版本。看着它们进化和学习很有趣。我使用增强拓扑的神经进化作为进化策略。
Made from scratch. Each arrow player is controlled by a neural network. They have to keep eating to stay alive and reproduce. When they reproduce they will spawn a player that is a mutated version of the parent. Fun to watch them evolve and learn. I use NeuroEvolution of Augmenting Topologies as the strategy for evolution. (2022-08-15, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689597817996922.html

[人工智能/神经网络/深度学习] SkyNet-v2

SkyNet v2是一款人工智能,旨在自主玩流行的手机游戏“字脑”
SkyNet v2 is an AI designed to autonomously play the popular mobile game, Word Brain (2018-06-02, Python, 3293KB, 下载0次)

http://www.pudn.com/Download/item/id/1687278486531939.html

[人工智能/神经网络/深度学习] Deep-Learning-A3C-Algorithm

Asynchronous Advantage Actor Critic(A3C)算法,用于训练系统玩Atari游戏
Asynchronous Advantage Actor-Critic (A3C) Algorithm used to train a system to play an Atari game (2017-10-17, Python, 10KB, 下载0次)

http://www.pudn.com/Download/item/id/1687120044930687.html

[人工智能/神经网络/深度学习] q-chess-ai

一种基于健身房的环境,使用PPO训练计算机玩国际象棋。
A gym based environment that uses a PPO to train a computer to play Chess. (2021-09-29, Python, 2KB, 下载0次)

http://www.pudn.com/Download/item/id/1687118931125564.html

[人工智能/神经网络/深度学习] DQN-FlappyBird

DQN FlappyBird,用DQN玩FlappyBbird,一个强化学习的演示,使用PyTorch实现
DQN-FlappyBird,Play flappy bird with DQN, a demo for reinforcement learning, implemented using PyTorch (2017-05-02, Python, 552KB, 下载0次)

http://www.pudn.com/Download/item/id/1493663375808873.html

[人工智能/神经网络/深度学习] Superflight-DQN

Superflight DQN,自主玩Superflight游戏的Deep Q代理的工作正在进行中
Superflight-DQN,Work in progress for a Deep Q agent that autonomously plays the game Superflight (2020-10-10, Python, 73922KB, 下载0次)

http://www.pudn.com/Download/item/id/1602305068464110.html

[人工智能/神经网络/深度学习] dino-skynet

dino-skynet,一个玩dino游戏的自治代理的简单实现
dino-skynet,A simple implementation of autonomous agent to play the Dino game (2020-05-21, Python, 18KB, 下载0次)

http://www.pudn.com/Download/item/id/1589994970338805.html

[人工智能/神经网络/深度学习] catanatron

catanatron,卡坦机器人模拟器的缔造者和强大的人工智能玩家
catanatron,Settlers of Catan Bot Simulator and Strong AI Player (2023-04-08, Python, 2864KB, 下载0次)

http://www.pudn.com/Download/item/id/1680922998116718.html

[人工智能/神经网络/深度学习] DQN-Breakout

DQN-Breakout,使用深度强化学习(Deep Q Learning)玩Atari中的Breakout(打砖块)游戏
DQN Breakout, using Deep Q Learning to play the Breakout game in Atari (2018-10-29, Python, 9397KB, 下载0次)

http://www.pudn.com/Download/item/id/1540787267686865.html