@ -34,6 +34,10 @@ parser.add_argument('--list-models', action='store_true',
args = parser.parse_args()
if args.model == "baseline":
print("Model name 'baseline' not allowed")
exit()
config = {
'model': args.model,
'episode_count': args.episode_count,
The note is not visible to the blocked user.