Skip to content
#

reinforcement-learning

Here are 3,100 public repositories matching this topic...

ogvalt
ogvalt commented Apr 25, 2020

Describe the bug
I found that some names agruments in framework aren't consistent.
So for example:

class SupervisedRunner(Runner):
    """Runner for experiments with supervised model."""

    _experiment_fn: Callable = SupervisedExperiment

    def __init__(
        self,
        model: Model = None,
        device: Device = None,
        input_key: Any = "features", 
      

PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).

  • Updated Aug 29, 2020
  • Python
Gaoee
Gaoee commented Sep 29, 2020

这里好像有个bug,我是在非源程序的目录下运行代码造成的:
Exception in thread Thread-4:
Traceback (most recent call last):
File "/home/exp/anaconda3/envs/××/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/home/exp/anaconda3/envs/××/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "train.py", line 176, in get_remote_gradient
rem

Improve this page

Add a description, image, and links to the reinforcement-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reinforcement-learning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.