Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for TransferBenchmark [WIP] #5

Closed
wants to merge 3 commits into from

Conversation

deontologician
Copy link
Contributor

@deontologician deontologician commented Mar 8, 2017

Should resolve #4 when completed. Just need some basic checks for functionality

  • .test_set - high priority
    • returns the correct fold
    • returns no entries from the training set
  • .training_set - high priority
    • returns all entries except from the test set
  • .default_dir - low priority
    • check that it returns something matching a regex
  • .game_agent_filename - low priority
    • check with a regex
  • .fold_agent_filename - low priority
    • check with a regex
  • .tested_agent_filename - low priority
    • check with a regex
  • .ensure_game_agents - medium priority
    • if there's no agent for a game it makes one
    • if there is an agent, it does nothing
  • .test - low priority
    • creates a TestRun
  • .train - low priority
    • creates a TrainingRun
  • .do_folds - high priority
    • all fold_agents get trained
    • fold agents are saved after training
    • a fold agent gets tested on each test game
    • a fold agent results on a game are saved
    • the "tested_agent' is saved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Finish testing the transfer benchmark
1 participant