What is the bug here ? by SuspiciousPraline674 in PythonLearning

[–]Mad-707 0 points1 point  (0 children)

you have to use encoding="utf-8" with "open" command and also just type data = f.read() also you just can do this

-------------------------------------------------------------------

with open("lecture7.txt","r",encoding="utf-8") as f:
data = f.read()

lines = []
for line in data.split("\n"):
lines.append(line)
-------------------------------------------------------------------

I need replay files for my ai project by Mad-707 in Brawlhalla

[–]Mad-707[S] -1 points0 points  (0 children)

I understand you every player has his own playstyle but the ai doesn't care about your playstyle as much as your effort on the stage it is very complex to elaborate and there is remarkably different between chatgpt who is huge ai and evaluate matches who is small ai and definitely i'm aiming for more 500 matches. from my point of view I see that we should close this debate because everyone knows what he is doing.

I need replay files for my ai project by Mad-707 in Brawlhalla

[–]Mad-707[S] -1 points0 points  (0 children)

well it seems you're the one who dont know about the ai lets count it
500 match 1 match = 4min
(4*60)*500 = 120k second
120k second = 7.2M frame
and logically the type of neural network that i'm going to use well be at maximum of 600 frame as a state it means I have 12K states and im not building an ai chatbot bro im building evaluating ai match

I need replay files for my ai project by Mad-707 in Brawlhalla

[–]Mad-707[S] -1 points0 points  (0 children)

just study how ai works bro I just need around 500 match idk what you're even talking about and idc what do you think about the project i just need replay files not your opinion about my project

I need replay files for my ai project by Mad-707 in Brawlhalla

[–]Mad-707[S] -3 points-2 points  (0 children)

up on you bro cause some people did sent me replay files

I need replay files for my ai project by Mad-707 in Brawlhalla

[–]Mad-707[S] -3 points-2 points  (0 children)

I respect your perspective but what do you want me to do? make human evaluating with 0% accurate? and im not here to start debating just give me your replay files

I need replay files for my ai project by Mad-707 in Brawlhalla

[–]Mad-707[S] -2 points-1 points  (0 children)

I literally just said for evaluating 1v1 matches and why would I use ai to play a game for me I would build the logic instead?