You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- API - Reinforcement Learning
- ==============================
-
- Reinforcement Learning.
-
- .. automodule:: tensorlayer.rein
-
- .. autosummary::
-
- discount_episode_rewards
- cross_entropy_reward_loss
- log_weight
- choice_action_by_probs
-
-
- Reward functions
- ---------------------
- .. autofunction:: discount_episode_rewards
-
- Cost functions
- ---------------------
-
- Weighted Cross Entropy
- ^^^^^^^^^^^^^^^^^^^^^^^^
- .. autofunction:: cross_entropy_reward_loss
-
- Log weight
- ^^^^^^^^^^^^^^
- .. autofunction:: log_weight
-
- Sampling functions
- ---------------------
- .. autofunction:: choice_action_by_probs
|