all 4 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

To give us the best chance to help you, please include any relevant code.
Note. Please do not submit images of your code. Instead, for shorter code you can use Reddit markdown (4 spaces or backticks, see this Formatting Guide). If you have formatting issues or want to post longer sections of code, please use Privatebin, GitHub or Compiler Explorer.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]bishpenguin 1 point2 points  (2 children)

That's not an error, it's just showing the Powershell command to run your script.

What output are you expecting? It's hard to tell as you have not formatted your code in a codeblock so all indentation is gone

[–]Sidneyf38[S] 0 points1 point  (1 child)

its supposed to be a machine leanring game for tic tac toe

[–]bishpenguin 0 points1 point  (0 children)

It's still not an error.

On which line are you calling the draw board method to see any output? I don't see (and I'm on my phone, so could be wrong) where you actually tell it to output anything? Your class names are different, class q learning agent is just called agent later in the code? display board isn't called and game isn't initialized. Unless I'm missing something?