Skip to content
Sign UpLog In
Profile icon

Delta Academy

Hacker
@delta-academy-
Twitter
Repls
Community
delta-academy-
delta-academy-
published a Repl
5 months ago
0
Delta Academy Connect4 - Team Made_in_Prague
Delta Academy Connect4 - Team Made_in_PraguePlay Wild Tic Tac Toe against Delta Academy's 'Team MadeinPrague's' AI! In Connect 4, each player takes it in turns to place a counter in a column. The goal is to be the first player that gets 4 counters in a row, either horizontally, vertically, or diagonally. This AI was built by a team on Delta Academy's Intro to RL.
delta-academy-
delta-academy-
published a Repl
5 months ago
0
Delta Academy Connect4 - Team Curry-Cheese Alliance
Delta Academy Connect4 - Team Curry-Cheese AlliancePlay Wild Tic Tac Toe against Delta Academy's 'Team Curry-Cheese Alliance' AI! In Connect 4, each player takes it in turns to place a counter in a column. The goal is to be the first player that gets 4 counters in a row, either horizontally, vertically, or diagonally. This AI was built by a team on Delta Academy's Intro to RL.
delta-academy-
delta-academy-
published a Repl
5 months ago
0
Delta Academy Connect4 - Team Dream
Delta Academy Connect4 - Team DreamPlay Wild Tic Tac Toe against Delta Academy's 'Team Dream's' AI! In Connect 4, each player takes it in turns to place a counter in a column. The goal is to be the first player that gets 4 counters in a row, either horizontally, vertically, or diagonally. This AI was built by a team on Delta Academy's Intro to RL.
delta-academy-
delta-academy-
published a Repl
5 months ago
0
Delta Academy Connect4 - Team DeepGators
Delta Academy Connect4 - Team DeepGatorsPlay Wild Tic Tac Toe against Delta Academy's 'Team DeepGators's' AI! In Connect 4, each player takes it in turns to place a counter in a column. The goal is to be the first player that gets 4 counters in a row, either horizontally, vertically, or diagonally. This AI was built by a team on Delta Academy's Intro to RL.
delta-academy-
delta-academy-
published a Repl
5 months ago
0
Delta Academy Connect4 - Team Quantum Chaos
Delta Academy Connect4 - Team Quantum ChaosPlay Wild Tic Tac Toe against Delta Academy's 'Team Quantum Chaos' AI! In Connect 4, each player takes it in turns to place a counter in a column. The goal is to be the first player that gets 4 counters in a row, either horizontally, vertically, or diagonally. This AI was built by a team on Delta Academy's Intro to RL.
delta-academy-
delta-academy-
published a Repl
5 months ago
0
Delta Academy Connect4 - Team infiniteLoop
Delta Academy Connect4 - Team infiniteLoopPlay Wild Tic Tac Toe against Delta Academy's 'Team infiniteLoop' AI! In Connect 4, each player takes it in turns to place a counter in a column. The goal is to be the first player that gets 4 counters in a row, either horizontally, vertically, or diagonally. This AI was built by a team on Delta Academy's Intro to RL.
delta-academy-
delta-academy-
published a Repl
5 months ago
0
Delta Academy Connect4 - Team nanobot
Delta Academy Connect4 - Team nanobotPlay Wild Tic Tac Toe against Delta Academy's 'Team nanobot' AI! In Connect 4, each player takes it in turns to place a counter in a column. The goal is to be the first player that gets 4 counters in a row, either horizontally, vertically, or diagonally. This AI was built by a team on Delta Academy's Intro to RL.
delta-academy-
delta-academy-
published a Repl
6 months ago
2
Delta-Academy-Poker
Delta-Academy-PokerPlay Poker against Delta Academy's AI!
delta-academy-
delta-academy-
published a Repl
6 months ago
0
Delta Academy Connect4 - Team Blue Ice Cream
Delta Academy Connect4 - Team Blue Ice CreamPlay Wild Tic Tac Toe against Delta Academy's 'Team Blue Ice Cream' AI! In Connect 4, each player takes it in turns to place a counter in a column. The goal is to be the first player that gets 4 counters in a row, either horizontally, vertically, or diagonally. This AI was built by a team on Delta Academy's Intro to RL.
delta-academy-
delta-academy-
published a Repl
7 months ago
0
Delta Academy Wild Tic Tac Toe - Team-Sam
Delta Academy Wild Tic Tac Toe - Team-SamPlay Wild Tic Tac Toe against Delta Academy's 'Team Sam' AI! In Wild Tic Tac Toe, you can play either an X or O on your turn. The goal is to be the player that gets three in a row - from either X's or O's. This AI was built by a team on Delta Academy's Intro to RL.
delta-academy-
delta-academy-
published a Repl
7 months ago
1
PlayAIPong
PlayAIPongThis Repl runs a game of Pong against Delta Academy's DQN AI. Each time step of the game, the neural network is fed the game state, and it selects an action (up, down, stay still). By default you control your paddle (the left hand side, yellow paddle) with the mouse. You can change this on line 64/65 of main.py by switching the commented lines.