arjangroen / RLC

A collection of Reinforcement Learning Chess Algorithms
MIT License
28 stars 16 forks source link

Would like to create a game using your model #1

Open ShankarNara opened 4 years ago

ShankarNara commented 4 years ago

Hey ,

I would like to use your real chess model to create a game for my university project . I hope its alright with you.

I would like to create a chess game (human vs AI) using your model. Your help is really appreciated . I see that you have saved the model.h5 , but not the tree object . I want to know how to use your model to play against a human.

Also any advice on how to create a chess game that uses python-chess?

Thank you

arjangroen commented 3 years ago

Hi Shankar,

Sorry I didn't see your message. Are you still working on this?

Kind regards,

Arjan

deepanshmittal commented 1 year ago

I'm currently trying to make an agent that could play against a well trained human but am unable to load the trained model What do you suggest I can do Could you provide a code snippet of how I could make an agent that would use the saved model. Thanks