Analyzing model improvements - Deep Learning in Halite AI competition p.7
Channel:
Subscribers:
1,420,000
Published on ● Video Link: https://www.youtube.com/watch?v=hjQLx7QW5kg
Analyzing our neural network model's improvement from random, and then considering our next steps.
Channel membership: https://www.youtube.com/channel/UCfzlCWGWYyIQ0aLC5w48gBQ/join
Code snippet:
initial_halite_amount = None
while True:
...
halite_map = np.array(list(map(lambda row: list(map(lambda cell: cell.halite_amount, row)), game_map._cells)))
#logging.info(halite_map)
if initial_halite_amount is None:
initial_halite_amount = np.sum(halite_map)
#machinelearning
#deeplearning
#python
Other Videos By sentdex
Tags:
machine learning
deep learning
halite
artificial intelligence
python