Skip to content

minecraft-saar/weight-estimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A weight estimator for irtg-based instruction giving

This system estimates grammar weights from interactions with the instruction giving system. The weights are either optimized to predict the time it takes an instructee to carry out the instruction or the number of errors the instructee will make when carrying out the instruction.

Running minecraft-nlg with such a trained set of weights will either minimize the expected time or the expected number of errors the instructee makes.

Usage: WeightEstimator [-hV] [--sample-individual-instructions] [--architect=] [--db-pass=] [--db-user=] [-l=] [--mode=] [-u=] Estimates grammar weights from played games. Connection String to connect to the DB --architect= Restrict to architect with this name. Leave empty for no restriction. --db-pass= --db-user= -h, --help Show this help message and exit. -l, --lower-percentile=

  --mode=<mode>        OPTIMAL (default): LR on all data; BOOTSTRAPPED:
                         sample from bootstrapped LRs, BOTH: both
  --sample-individual-instructions
                       Bootstrap sampling on the instruction level instead
                         of the game level

-u, --upper-percentile=

-V, --version Print version information and exit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages