The progress bar thing you have is looking at the cost field of the tiddler $:/player-race, not the cost field of the tiddler listed in player race.
The easiest way to get around that is to use this:
<$tiddler tiddler={{$:/player-race}}>
<progress max='2' value={{!!cost}} ><$view field='cost' /></progress>
</$tiddler>