Closed aturfah closed 6 years ago
Addresses Issue #115
Remove numpy references from following files
numpy
agent/basic_pokemon_agent.py
agent/rps_agent.py
engine/coinflip.py
engine/pokemon_engine.py
engine/rockpaperscissors.py
ladder/base_ladder.py
lader/random_ladder.py
Did not remove numpy references from stats/calc.py and stats/plot.py because building a matrix out of nested lists seemed unnecessary (and I can't not use numpy because its a dependency for matplotlib.)
stats/calc.py
stats/plot.py
Addresses Issue #115
Updates
Remove
numpy
references from following filesagent/basic_pokemon_agent.py
agent/rps_agent.py
engine/coinflip.py
engine/pokemon_engine.py
engine/rockpaperscissors.py
ladder/base_ladder.py
lader/random_ladder.py
Did not remove numpy references from
stats/calc.py
andstats/plot.py
because building a matrix out of nested lists seemed unnecessary (and I can't not use numpy because its a dependency for matplotlib.)