Deep-Reinforcement-Learning-Algorithms-with-PyTorch
Deep-Reinforcement-Learning-Algorithms-with-PyTorch copied to clipboard
atari+sac_discrete, AttributeError: 'AtariEnv' object has no attribute 'reward_threshold'
trafficstars
I tried Pong game from atari. It returns the error
AttributeError: 'AtariEnv' object has no attribute 'reward_threshold'
I check get_score_required_to_win in Base_Agent.py. I wonder can I set return float("inf") for atari games? If not, how should I solve this? Thanks.