I have not kept up-to-date with this research topic, but I know it has been studied a lot. I found this with a quick Google search:
https://sites.google.com/site/dataefficientml/
Self-supervised learning is a related trend recently. You can probably find a lot more by searching the web.
Search found 134 matches
- Fri Jan 22, 2021 5:59 pm
- Forum: MCTS, RL, and neural networks
- Topic: TD(1)
- Replies: 8
- Views: 10883
- Tue Jan 19, 2021 10:07 pm
- Forum: MCTS, RL, and neural networks
- Topic: TD(1)
- Replies: 8
- Views: 10883
Re: TD(1)
Feel free to create your TORCS thread in the General Discussion (or here if you use tree search, but it is unlikely).
- Tue Jan 19, 2021 8:26 pm
- Forum: MCTS, RL, and neural networks
- Topic: TD(1)
- Replies: 8
- Views: 10883
Re: TD(1)
The successor to RARS is TORCS:
http://www.berniw.org/trb/
It is more complex, but also more interesting. I made a TORCS driver during my thesis, too. It was fun.
http://www.berniw.org/trb/
It is more complex, but also more interesting. I made a TORCS driver during my thesis, too. It was fun.
- Tue Jan 19, 2021 4:56 pm
- Forum: MCTS, RL, and neural networks
- Topic: TD(1)
- Replies: 8
- Views: 10883
Re: TD(1)
A way to get a recognition for a good machine-learning system is to win competitions. Some don't require that you disclose your code or method. Kaggle has competitions with big money prizes:
https://www.kaggle.com/competitions
https://www.kaggle.com/competitions
- Thu Dec 03, 2020 9:12 pm
- Forum: General Discussion
- Topic: Fog of war chess ?
- Replies: 2
- Views: 1416
Re: Fog of war chess ?
I did not know this game, and it looks interesting. Since AlphaZero, there is little room for significant conceptual progress in perfect-information board games. But games with imperfect information are much more complex. Counterfactual Regret Minimization (CFR) seems to be an efficient approach in ...
- Thu Dec 03, 2020 8:41 pm
- Forum: General Discussion
- Topic: The Game-AI Forum is back!
- Replies: 5
- Views: 6525
Re: The Game-AI Forum is back!
Hi Daur, Thanks for your message. Regarding my personal feelings, I don't feel any frustration about the success of Alpha Go. I did receive quite a lot of recognition, and I have a dream job thanks to it. But I think I can understand your feelings. I was unemployed for one year after my PhD thesis, ...
- Tue Dec 01, 2020 1:52 pm
- Forum: General Discussion
- Topic: The Game-AI Forum is back!
- Replies: 5
- Views: 6525
Re: The Game-AI Forum is back!
Hi Daur, Welcome to the forum. This place has not been very alive for a while. If you wish to exchange with other Go programmers, I recommend the computer-go mailing list. Its activity has been very limited in the recent past, but many Go programmers are still reading it. The Computer Chess Club als...
- Tue Jul 14, 2020 1:53 pm
- Forum: General Discussion
- Topic: Clobber - 2020 Computer Olympiad
- Replies: 4
- Views: 4794
Re: Clobber - 2020 Computer Olympiad
Hi Christian,
Yes, I know Ludii. In fact I have been exchanging with the Ludii people on their forum:
https://ludii.games/forums/showthread.php?tid=87
Yes, I know Ludii. In fact I have been exchanging with the Ludii people on their forum:
https://ludii.games/forums/showthread.php?tid=87
- Thu Jul 09, 2020 10:33 am
- Forum: General Discussion
- Topic: Clobber - 2020 Computer Olympiad
- Replies: 4
- Views: 4794
Re: Clobber - 2020 Computer Olympiad
Hi,
Yes, I am very interested.
Do you have a protocol for automatic play?
Rémi
Yes, I am very interested.
Do you have a protocol for automatic play?
Rémi
- Sat Jun 20, 2020 9:54 am
- Forum: MCTS, RL, and neural networks
- Topic: AlphaZero approach for card games
- Replies: 1
- Views: 5079
Re: AlphaZero approach for card games
Hi Alvaro, Because of hidden information, methods that work for board games usually don't work well for card games. The AlphaZero method itself may not work well, but other machine learning algorithms based on self play have been successfully applied to card games. The main approach for statistical ...