Skip to content

Instantly share code, notes, and snippets.

View cwu159's full-sized avatar
😇
Focusing

Charlie Wu cwu159

😇
Focusing
View GitHub Profile
2021cwu: -1 is an invalid move for board ???????????........??........??........??...o@...??...@o...??........??........??........??????????? More info: Using Theano backend. 2019-01-25 23:10:14,713:WARNING:[JAILED]:Using NumPy C-API based implementation for BLAS functions. Traceback (most recent call last): File "/home/othello/django/othello/apps/games/run_ai_utils.py", line 37, in strat_wrapper self.strat(board, player, best_shared, running) File "/home/othello/django/students/2021cwu/strategy.py", line 54, in best_strategy model = load_model('./strategy_move_model_v1_2.h5') File "/home/othello/django/venv/local/lib/python3.6/site-packages/keras/engine/saving.py", line 419, in load_model model = _deserialize_model(f, custom_objects, compile) File "/home/othello/django/venv/local/lib/python3.6/site-packages/keras/engine/saving.py", line 225, in _deserialize_model model = model_from_config(model_config, custom_objects=custom_objects) File "/home/othello/django/venv/local/lib/python3.6/site-packages/keras/engi

Keybase proof

I hereby claim:

  • I am cwu159 on github.
  • I am charliewu (https://keybase.io/charliewu) on keybase.
  • I have a public key whose fingerprint is 70F6 8B60 2CBF 2244 798D 637E F0B7 6301 AF70 1F79

To claim this, I am signing this object:

using DataStructures
println("Periodic Table Practice \t made by Charlie Wu, 2018 \t using JuliaLang")
user_input = ""
elements = Dict{String, String}()
if length(ARGS) > 0
load_file = open(ARGS[1])
else
load_file = open("elements.txt")
end
@cwu159
cwu159 / Blue_Robot_Code.ino
Created June 1, 2018 14:38
Charlie's Robot Code Unrevised
#include <NewPing.h>
#include <hcsr04.h>
#include <Servo.h>
Servo leftDrive, rightDrive, intakeServo;
//HCSR04 hcsr04(11, 12, 20, 2000);
//HCSR04 sideUltrasonic(8, 9, 20, 2000);
dsafsdfas