ttw/train/predict_location_continuous.py [43:48]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        help='Name of the experiment. Results will be stored in args.exp_dir/args.exp_name')
    parser.add_argument('--cuda', action='store_true', help='If true, runs on gpu')
    parser.add_argument('--apply-masc', action='store_true', help='If true, use MASC mechanism in the models')
    parser.add_argument('--T', type=int, default=2, help='Length of trajectory taken by the tourist')
    parser.add_argument('--vocab-sz', type=int, default=500,
                        help='Dimension of the observation and action embedding send from tourist to guide')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ttw/train/predict_location_discrete.py [76:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        help='Name of the experiment. Results will be stored in args.exp_dir/args.exp_name')
    parser.add_argument('--cuda', action='store_true', help='If true, runs on gpu')
    parser.add_argument('--apply-masc', action='store_true', help='If true, use MASC mechanism in the models')
    parser.add_argument('--T', type=int, default=2, help='Length of trajectory taken by the tourist')
    parser.add_argument('--vocab-sz', type=int, default=500,
                        help='Dimension of the observation and action embedding send from tourist to guide')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



