rushigerrard / Blackjack-ML

Building a blackjack game with agents playing against the dealer using varied ML strategies
0 stars 0 forks source link

Java Python integration #4

Open rushigerrard opened 5 years ago

rushigerrard commented 5 years ago

The agents will get the expected action based on ML strategy - which will be provided by some Python library.

Perhaps gRPC is the best way. Please explore.

AbhijeetKrishnan commented 5 years ago

Now using jython instead. See the latest commit