Skip to content

Commit cffa97d

Browse files
authored
added test for actor_critic
Added test for actor_critic and updated the relevant error message to reflect the change
1 parent 8365ba5 commit cffa97d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run_python_examples.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ function regression() {
112112

113113
function reinforcement_learning() {
114114
start
115-
python reinforce.py || error "reinforcement learning failed"
115+
python reinforce.py || error "reinforcement learning reinforce failed"
116+
python actor_critic.py || error "reinforcement learning actor_critic failed"
116117
}
117118

118119
function snli() {

0 commit comments

Comments
 (0)