Skip to content

this is supposed to be reinforcement learning in geometry dash, however this will probably not work

Notifications You must be signed in to change notification settings

leafon5/neurondash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neurondash

not finished, ignore pls

warning: really bad code ahead

Currently working on:

  • the mod thing that will get the values i need for the input nodes
    • most of the player value reading stuff is done
  • a macro replay system

To do:

  • i need to do stuff like region of interest and play a bit with the levels info sooo

Building

MSVC 2017 and cmake is perfect for this

just build in x86 Release in your prefered editor, unless if you prefer doing it yourself then:

type these 2 commands:

cmake -B build -A win32 

that configures the project

and then

cmake --build build --config Release

builds it

About

this is supposed to be reinforcement learning in geometry dash, however this will probably not work

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published