在我实现AppLovin SDK之后,我得到了这个错误。ld: warning: directory not found for option '-L/Users/paulfrye/Documents/App Stuff/Apps/Flappy Fly/FlappyFly/2702_flappypenguinpackage3/FlappyPenguin-2/Flappy\ Bird/SDK\'
为了熟悉强化学习,我正在实现基本的RL算法来玩游戏。我把所有的东西都准备好了,唯一的问题就是实现奖励功能。我想要能够处理屏幕和识别是得分还是鸟死了。这是单个处理过的图像的样子:我实现奖励功能的想法是,如果背景停止移动,那只鸟就死了。Flappy is dead when the screen has stopped moving, so when two consecutive fra
这是flappy bird的代码。所有这些都在一个类中,我不知道这是不是一个问题,我该如何解决它?鼠标侦听器的实现可能是错误的。import javax.imageio.ImageIO;import javax.swing.JFrame;
int xPipe3=1200,yPipe3=(int)(Math.random()*300)+250;
public
共享代码:https://github.com/nileshsah/reinforcement-learning-flappybird/blob/master/js/brain.js * Thefile contains solely the Q-learning model for training our flappy bird* It takes input from the environment such as the positi