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

Training a Unitree G1 to Walk w/ Reinforcement Learning
43.3K views

Unitree G1 Security Disaster
20.6K views

Testing VLMs and LLMs for robotics w/ the Jetson Thor devkit
39.4K views

Reinforcement learning with Unitree G1 humanoid - Dev w/ G1 P.5
32.6K views

A bigger brain for the Unitree G1- Dev w/ G1 Humanoid P.4
24.8K views

Unitree G1 - Moving the arms/hands - Dev w/ G1 Humanoid P.3
35.8K views