Cameron Angliss

Results 11 issues of Cameron Angliss

I found that force_switch is not being tracked correctly, as it should always be of type `bool`, but I have found that sometimes it returns `[True]`. Here is an example...

### Where is the problem? https://github.com/modularml/mojo/blob/main/docs/roadmap.md ### What can we do better? It is no longer true that "Mojo's standard library has not yet grown a standard list or dictionary...

documentation
mojo-repo

This PR is a bag of miscellaneous improvements, including: 1. A new `Player` method called `battle_against_multi` which allows you to play one Player instance against a list of Player instances...

This would be a really useful feature. If open team sheets is toggled on, the extra information that is given to the player about the opponent's team should populate the...

1. Add `valid_orders` methods to Battle and DoubleBattle which can help replace all of the validation logic spread throughout the action_to_order and order_to_action methods of SinhlesEnv and DoublesEnv 1. Made...

I've been sitting on this code for a while but I didn't want to contribute it until I could figure out a minimal implementation, but now I have so here...

It's nice to be able to serialize/deserialize objects so you can store them in files and save your current situation. Now you can do that with `Battle` and `DoubleBattle` objects!...