ported from pytorch-examples
pip install gymnasium
# For REINFORCE:
python reinforce.py
# For actor critic:
python actor_critic.py
ported from pytorch-examples
pip install gymnasium
# For REINFORCE:
python reinforce.py
# For actor critic:
python actor_critic.py