Dewa commited on
Commit
5c68723
1 Parent(s): ec80875

Initial commit

Browse files
dqn-SpaceInvadersNoFrameskip-v4.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:806d616fa89e92da1764d85bc17360accb36946fc10832bbe6e8f3fe209406ea
3
  size 13716430
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36064871b68b618ee1ff4d8484b5b64165e34a4da260561526c1c7ae31568ec7
3
  size 13716430
dqn-SpaceInvadersNoFrameskip-v4/data CHANGED
@@ -4,9 +4,9 @@
4
  ":serialized:": "gAWVMAAAAAAAAACMHnN0YWJsZV9iYXNlbGluZXMzLmRxbi5wb2xpY2llc5SMCUNublBvbGljeZSTlC4=",
5
  "__module__": "stable_baselines3.dqn.policies",
6
  "__doc__": "\n Policy class for DQN when using images as input.\n\n :param observation_space: Observation space\n :param action_space: Action space\n :param lr_schedule: Learning rate schedule (could be constant)\n :param net_arch: The specification of the policy and value networks.\n :param activation_fn: Activation function\n :param features_extractor_class: Features extractor to use.\n :param normalize_images: Whether to normalize images or not,\n dividing by 255.0 (True by default)\n :param optimizer_class: The optimizer to use,\n ``th.optim.Adam`` by default\n :param optimizer_kwargs: Additional keyword arguments,\n excluding the learning rate, to pass to the optimizer\n ",
7
- "__init__": "<function CnnPolicy.__init__ at 0x7f8989b8d790>",
8
  "__abstractmethods__": "frozenset()",
9
- "_abc_impl": "<_abc._abc_data object at 0x7f8989b905c0>"
10
  },
11
  "verbose": 1,
12
  "policy_kwargs": {},
@@ -84,12 +84,12 @@
84
  ":serialized:": "gAWVNQAAAAAAAACMIHN0YWJsZV9iYXNlbGluZXMzLmNvbW1vbi5idWZmZXJzlIwMUmVwbGF5QnVmZmVylJOULg==",
85
  "__module__": "stable_baselines3.common.buffers",
86
  "__doc__": "\n Replay buffer used in off-policy algorithms like SAC/TD3.\n\n :param buffer_size: Max number of element in the buffer\n :param observation_space: Observation space\n :param action_space: Action space\n :param device: PyTorch device\n :param n_envs: Number of parallel environments\n :param optimize_memory_usage: Enable a memory efficient variant\n of the replay buffer which reduces by almost a factor two the memory used,\n at a cost of more complexity.\n See https://github.com/DLR-RM/stable-baselines3/issues/37#issuecomment-637501195\n and https://github.com/DLR-RM/stable-baselines3/pull/28#issuecomment-637559274\n Cannot be used in combination with handle_timeout_termination.\n :param handle_timeout_termination: Handle timeout termination (due to timelimit)\n separately and treat the task as infinite horizon task.\n https://github.com/DLR-RM/stable-baselines3/issues/284\n ",
87
- "__init__": "<function ReplayBuffer.__init__ at 0x7f8989b6e940>",
88
- "add": "<function ReplayBuffer.add at 0x7f8989b6e9d0>",
89
- "sample": "<function ReplayBuffer.sample at 0x7f8989b6ea60>",
90
- "_get_samples": "<function ReplayBuffer._get_samples at 0x7f8989b6eaf0>",
91
  "__abstractmethods__": "frozenset()",
92
- "_abc_impl": "<_abc._abc_data object at 0x7f8989b68a80>"
93
  },
94
  "replay_buffer_kwargs": {},
95
  "train_freq": {
 
4
  ":serialized:": "gAWVMAAAAAAAAACMHnN0YWJsZV9iYXNlbGluZXMzLmRxbi5wb2xpY2llc5SMCUNublBvbGljeZSTlC4=",
5
  "__module__": "stable_baselines3.dqn.policies",
6
  "__doc__": "\n Policy class for DQN when using images as input.\n\n :param observation_space: Observation space\n :param action_space: Action space\n :param lr_schedule: Learning rate schedule (could be constant)\n :param net_arch: The specification of the policy and value networks.\n :param activation_fn: Activation function\n :param features_extractor_class: Features extractor to use.\n :param normalize_images: Whether to normalize images or not,\n dividing by 255.0 (True by default)\n :param optimizer_class: The optimizer to use,\n ``th.optim.Adam`` by default\n :param optimizer_kwargs: Additional keyword arguments,\n excluding the learning rate, to pass to the optimizer\n ",
7
+ "__init__": "<function CnnPolicy.__init__ at 0x7fb9a62bf790>",
8
  "__abstractmethods__": "frozenset()",
9
+ "_abc_impl": "<_abc._abc_data object at 0x7fb9a62c0ac0>"
10
  },
11
  "verbose": 1,
12
  "policy_kwargs": {},
 
84
  ":serialized:": "gAWVNQAAAAAAAACMIHN0YWJsZV9iYXNlbGluZXMzLmNvbW1vbi5idWZmZXJzlIwMUmVwbGF5QnVmZmVylJOULg==",
85
  "__module__": "stable_baselines3.common.buffers",
86
  "__doc__": "\n Replay buffer used in off-policy algorithms like SAC/TD3.\n\n :param buffer_size: Max number of element in the buffer\n :param observation_space: Observation space\n :param action_space: Action space\n :param device: PyTorch device\n :param n_envs: Number of parallel environments\n :param optimize_memory_usage: Enable a memory efficient variant\n of the replay buffer which reduces by almost a factor two the memory used,\n at a cost of more complexity.\n See https://github.com/DLR-RM/stable-baselines3/issues/37#issuecomment-637501195\n and https://github.com/DLR-RM/stable-baselines3/pull/28#issuecomment-637559274\n Cannot be used in combination with handle_timeout_termination.\n :param handle_timeout_termination: Handle timeout termination (due to timelimit)\n separately and treat the task as infinite horizon task.\n https://github.com/DLR-RM/stable-baselines3/issues/284\n ",
87
+ "__init__": "<function ReplayBuffer.__init__ at 0x7fb9a62a0940>",
88
+ "add": "<function ReplayBuffer.add at 0x7fb9a62a09d0>",
89
+ "sample": "<function ReplayBuffer.sample at 0x7fb9a62a0a60>",
90
+ "_get_samples": "<function ReplayBuffer._get_samples at 0x7fb9a62a0af0>",
91
  "__abstractmethods__": "frozenset()",
92
+ "_abc_impl": "<_abc._abc_data object at 0x7fb9a6299fc0>"
93
  },
94
  "replay_buffer_kwargs": {},
95
  "train_freq": {
results.json CHANGED
@@ -1 +1 @@
1
- {"mean_reward": 14.5, "std_reward": 12.338962679253067, "is_deterministic": false, "n_eval_episodes": 10, "eval_datetime": "2023-04-26T12:50:52.464986"}
 
1
+ {"mean_reward": 14.5, "std_reward": 12.338962679253067, "is_deterministic": false, "n_eval_episodes": 10, "eval_datetime": "2023-04-26T13:08:24.611571"}