When I specify an ambig, dynprop or invalid state and and then recall these states from the RadarPointCloud object, it still shows the standard values
pc = RadarPointCloud.from_file(osp.join(nusc.dataroot, sample_data['filename']), ambig_states=[3,4])
pc.ambig_states
Output should be [3,4] here, but is [3]