Deep-Reinforcement-Learning-Algorithms-with-PyTorch icon indicating copy to clipboard operation
Deep-Reinforcement-Learning-Algorithms-with-PyTorch copied to clipboard

atari+sac_discrete, AttributeError: 'AtariEnv' object has no attribute 'reward_threshold'

Open weiguowilliam opened this issue 4 years ago • 0 comments
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.

weiguowilliam avatar Apr 07 '21 15:04 weiguowilliam