• Stars
    star
    246
  • Rank 163,726 (Top 4 %)
  • Language
    Python
  • Created about 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fall Guys

Python / FastAI CNN - Playing Fall Guys

This code was used to gather and process data while playing the game Fall Guys. The network was then trained using the FastAI Libary.

Setup

  • I used dual monitors with a game playing at a 800 X 600 resolution on one screen.
  • You can start data collection by running CreateData.py
  • Pressing B will start the screen / key grab. These will be stored in lists until the episode is done.
  • Once the episode ( Round ) ends pressing h will stop the screen / key grab process and all data will be moved to a numpy array.
  • Then I used a script in util folder called CreateImages.py to put then onto a disk drive in folders corresponding to their actions.

Train

  • Use the file called training.py
  • Point it at your image directory

Run Agents

  • Fully random agent is RandomAgent.py
  • Trained Agent is TrainedAgent.py
  • You will have to load in the pkl created from training.

Inputs (Observations)

  • Uses inputs to the nural network (Observations) of pixes in the game.
  • 224 X 224
  • Line detection

Contact!

More Repositories

1

ComputerVision-OpenCV

Computer Vision course using python and OpenCV
Jupyter Notebook
229
star
2

AutoTube

Fully automated YouTube Channel. Using Reddit and YouTube API.
Python
210
star
3

NextAuthTutorial-Video

JavaScript
81
star
4

Ticket-Tutorial-App

JavaScript
74
star
5

ZigZag

Python
71
star
6

RedditImageScraper

Script to download images from a subreddit.
Python
41
star
7

RedditBot-FastAI

This is the setup I used to create my Reddit Bot that attempts to classify images as NSFW or SFW. This could be used to create any type of image classifier though using FastAI.
Jupyter Notebook
38
star
8

ChromeDino

Creating a bot to play Chome Dino game with NO AI! Just creating rules using image processing.
Python
29
star
9

TornadoBot

Python
14
star
10

MarioPPO

Python
14
star
11

Reddit-Bot-Replit

Python
13
star
12

GoogleDrive

Google drive backup program
Python
13
star
13

Wordle

Contains code to run a wordle game and test strategies.
Jupyter Notebook
11
star
14

MonitorServers

Python
11
star
15

YouTubeAnalysis

Jupyter Notebook
10
star
16

Encrypt

https://youtu.be/HHlInKhVz3s
Python
9
star
17

AutoClickerExample

Basic auto click that can be used for almost any idle clicker game!
Python
9
star
18

SpaceShooter-Gym

Customer gym to use with OpenAI algorithms. Showing how you can create more test environments for your custom alorithms.
Python
8
star
19

FastWords

Hack to get the high score in the game fastwords.
Python
7
star
20

FarmPanic

Python
6
star
21

TicketApp-Udemy

TypeScript
5
star
22

covid19

Graph Examples using Corona data set and python.
HTML
4
star
23

Gym-Retro-Brute

Starter repo for getting started with gym-retro
Python
4
star
24

Instabot

Python
4
star
25

PyQt5_examples

Check out the Channel for tutorial on code! https://youtu.be/Td5eOG5DTBQ
Python
3
star
26

RedditScape_ShowerThoughts

Jupyter Notebook
3
star
27

DiscordContest

Python
1
star
28

WSB

Data for Wall street Bets charts!
Jupyter Notebook
1
star
29

PyTorchIntro

Python
1
star
30

MagicTIlesBot

Python
1
star
31

NextAuth-14-Udemy

TypeScript
1
star
32

DarkMode-Tutorial

TypeScript
1
star
33

RayTutorial

Jupyter Notebook
1
star