This repository was archived by the owner on Dec 28, 2023. It is now read-only.
Commit 9a0cfb0
Omegastick
Add actor loss coefficient hyperparameter to A2C
1 parent f51c086 commit 9a0cfb0
File tree
4 files changed
+8
-5
lines changed- example
- lib
- include/cpprl/algorithms
- src/algorithms
4 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
- .travis.yml+7-6
- CMakeLists.txt+50-72
- Makefile.am+5
- RELICENSE/ackalker.md+15
- RELICENSE/imkcy9.md+16
- RELICENSE/ipa.md+17
- RELICENSE/jackpimbert.md+18
- RELICENSE/jean-airoldie.md+7
- RELICENSE/moretromain.md+16
- RELICENSE/neheb.md+14
- RELICENSE/normano.md+15
- acinclude.m4+13-13
- builds/cmake/ZeroMQConfig.cmake.in+7-3
- builds/qnx/ToolchainQNX6.6_x86.cmake+20
- configure.ac+16-2
- doc/zmq_msg_send.txt+6-3
- doc/zmq_pgm.txt+24
- doc/zmq_poller.txt+15
- doc/zmq_setsockopt.txt+17
- doc/zmq_socket_monitor.txt+8-4
- doc/zmq_socket_monitor_versioned.txt+11-2
- include/zmq.h+14-19
- src/blob.hpp+1
- src/ctx.cpp-4
- src/io_thread.cpp-2
- src/options.cpp+4-4
- src/plain_common.hpp+1-1
- src/signaler.cpp+1-4
- src/socket_base.cpp+24-6
- src/socket_base.hpp+4-1
- src/socket_poller.cpp+12
- src/socket_poller.hpp+2
- src/socks_connecter.cpp+1-1
- src/tcp_connecter.cpp+3-3
- src/thread.cpp+55-13
- src/thread.hpp+6-7
- src/udp_engine.cpp+2-2
- src/windows.hpp+7
- src/xpub.cpp+20-3
- src/xpub.hpp+6
- src/ypipe.hpp+3-3
- src/ypipe_conflate.hpp+3-3
- src/zmq.cpp+16-7
- src/zmq_draft.h+14-18
- tests/CMakeLists.txt+8-1
- tests/test_monitor.cpp+65-14
- tests/test_poller.cpp+47
- tests/test_security_curve.cpp-4
- tests/test_xpub_manual_last_value.cpp+510
- tests/testutil.hpp+7
- tests/testutil_unity.hpp-4
- unittests/CMakeLists.txt+5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | | - | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
163 | | - | |
| 165 | + | |
164 | 166 | | |
165 | 167 | | |
166 | 168 | | |
| |||
0 commit comments