問題タブ [discrete]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
21 参照

python - CarRacing-v0 のスペースをボックスからディスクリートに変更するにはどうすればよいですか?

CarRacing-v0 環境でエージェントをトレーニングしたいのですが、ボックス アクション/観察スペースの代わりに、DQN アルゴリズムでトレーニングできるように離散スペースを使用したいと考えています。openai-gym には次のような格言があります。 https://gym.openai.com/envs/CarRacing-v0/

しかし、コードまたは実用的な方法でそれを行う方法がわかりません。