Answer the question
In order to leave comments, you need to log in
Python how to write a game bot?
Once a ping pong bot was written - https://www.youtube.com/watch?v=V1eYniJ0Rnk
I want to write something similar, only for the Line / Dash game - store.steampowered.com/app/497670/ ?snr=1_7_7_151_150_1
I have basic python skills. In which direction to dig to solve this problem? What Python modules/libraries/tools will be useful to me for this task? (I have a Linux operating system, it is desirable that this all work under Linux)
Answer the question
In order to leave comments, you need to log in
Break the task into subtasks and try to solve them. Learn what machine learning is, read a couple of books / take the appropriate courses. You should understand how your program will interact with the interface and 1000 and 1 other little things that you will understand in the learning process.
A bot playing ping pong is a self-learning complex system, it’s too early for you with basic skills to take on this.
Writing something like this for an arbitrary game without access to its API is an extremely difficult task.
I think you should go here first: https://gym.openai.com/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question